函数源码

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source File:fs\notify\fanotify\fanotify.h Create Date:2022-07-29 10:49:46
首页 Copyright©Brick

88
89
90
91
static inline bool fanotify_event_has_path(struct fanotify_event *event)
{
    return event->fh_type == FILEID_ROOT;
}