Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\common.c Create Date:2022-07-28 19:37:12
Last Modify:2020-03-18 09:15:18 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:moyo_has_more_namespace - Check for unread namespaces.*@head: Pointer to "struct tomoyo_io_buffer".* Returns true if we have more entries to print, false otherwise.

Proto:static inline bool tomoyo_has_more_namespace(struct tomoyo_io_buffer *head)

Type:bool

Parameter:

TypeParameterName
struct tomoyo_io_buffer *head
2568  Return ( Type of this interface. == TOMOYO_EXCEPTIONPOLICY || Type of this interface. == TOMOYO_PROFILE ) && eof && next != List of namespaces.
Caller
NameDescribe
tomoyo_read_controlmoyo_read_control - read() for /sys/kernel/security/tomoyo/ interface.*@head: Pointer to "struct tomoyo_io_buffer".*@buffer: Poiner to buffer to write to.*@buffer_len: Size of @buffer.* Returns bytes read on success, negative value otherwise.