Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:ipc\mqueue.c Create Date:2022-07-28 16:50:06
Last Modify:2020-03-17 23:00:47 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:MQUEUE_I

Proto:static inline struct mqueue_inode_info *MQUEUE_I(struct inode *inode)

Type:struct mqueue_inode_info

Parameter:

TypeParameterName
struct inode *inode
109  Return container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(inode, structmqueue_inode_info, vfs_inode)
Caller
NameDescribe
mqueue_get_inode
mqueue_free_inode
mqueue_evict_inode
mqueue_read_fileThis is routine for system read from queue file
mqueue_flush_file
mqueue_poll_file
do_mq_timedsend
do_mq_timedreceive
do_mq_notifyNotes: the case when user wants us to deregister (with NULL as pointer)* and he isn't currently owner of notification, will be silently discarded.* It isn't explicitly defined in the POSIX.
do_mq_getsetattr