Symbol: inotify_inode_mark
fs/notify/fdinfo.c
78
struct inotify_inode_mark *inode_mark;
fs/notify/fdinfo.c
84
inode_mark = container_of(mark, struct inotify_inode_mark, fsn_mark);
fs/notify/inotify/inotify_fsnotify.c
153
struct inotify_inode_mark *i_mark;
fs/notify/inotify/inotify_fsnotify.c
161
i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark);
fs/notify/inotify/inotify_fsnotify.c
196
struct inotify_inode_mark *i_mark;
fs/notify/inotify/inotify_fsnotify.c
198
i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark);
fs/notify/inotify/inotify_fsnotify.c
63
struct inotify_inode_mark *i_mark;
fs/notify/inotify/inotify_fsnotify.c
80
i_mark = container_of(inode_mark, struct inotify_inode_mark,
fs/notify/inotify/inotify_user.c
395
struct inotify_inode_mark *i_mark)
fs/notify/inotify/inotify_user.c
414
static struct inotify_inode_mark *inotify_idr_find_locked(struct fsnotify_group *group,
fs/notify/inotify/inotify_user.c
419
struct inotify_inode_mark *i_mark;
fs/notify/inotify/inotify_user.c
435
static struct inotify_inode_mark *inotify_idr_find(struct fsnotify_group *group,
fs/notify/inotify/inotify_user.c
438
struct inotify_inode_mark *i_mark;
fs/notify/inotify/inotify_user.c
453
struct inotify_inode_mark *i_mark)
fs/notify/inotify/inotify_user.c
457
struct inotify_inode_mark *found_i_mark = NULL;
fs/notify/inotify/inotify_user.c
46
#define INOTIFY_WATCH_COST (sizeof(struct inotify_inode_mark) + \
fs/notify/inotify/inotify_user.c
523
struct inotify_inode_mark *i_mark;
fs/notify/inotify/inotify_user.c
529
i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark);
fs/notify/inotify/inotify_user.c
541
struct inotify_inode_mark *i_mark;
fs/notify/inotify/inotify_user.c
555
i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark);
fs/notify/inotify/inotify_user.c
594
struct inotify_inode_mark *tmp_i_mark;
fs/notify/inotify/inotify_user.c
789
struct inotify_inode_mark *i_mark;
fs/notify/inotify/inotify_user.c
850
inotify_inode_mark_cachep = KMEM_CACHE(inotify_inode_mark,