Home
last modified time | relevance | path

Searched defs:fsn_mark (Results 1 – 5 of 5) sorted by relevance

/fs/notify/dnotify/
Ddnotify.c41 struct fsnotify_mark fsn_mark; member
53 static void dnotify_recalc_inode_mask(struct fsnotify_mark *fsn_mark) in dnotify_recalc_inode_mask()
128 static void dnotify_free_mark(struct fsnotify_mark *fsn_mark) in dnotify_free_mark()
152 struct fsnotify_mark *fsn_mark; in dnotify_flush() local
256 struct fsnotify_mark *new_fsn_mark, *fsn_mark; in fcntl_dirnotify() local
/fs/notify/fanotify/
Dfanotify_user.c447 static void fanotify_free_mark(struct fsnotify_mark *fsn_mark) in fanotify_free_mark()
498 static __u32 fanotify_mark_remove_from_mask(struct fsnotify_mark *fsn_mark, in fanotify_mark_remove_from_mask()
524 struct fsnotify_mark *fsn_mark = NULL; in fanotify_remove_vfsmount_mark() local
552 struct fsnotify_mark *fsn_mark = NULL; in fanotify_remove_inode_mark() local
577 static __u32 fanotify_mark_add_to_mask(struct fsnotify_mark *fsn_mark, in fanotify_mark_add_to_mask()
633 struct fsnotify_mark *fsn_mark; in fanotify_add_vfsmount_mark() local
659 struct fsnotify_mark *fsn_mark; in fanotify_add_inode_mark() local
/fs/notify/inotify/
Dinotify_fsnotify.c123 static void inotify_freeing_mark(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group) in inotify_freeing_mark()
137 struct fsnotify_mark *fsn_mark; in idr_callback() local
Dinotify_user.c378 struct fsnotify_mark *fsn_mark = &i_mark->fsn_mark; in inotify_idr_find_locked() local
491 void inotify_ignored_and_remove_idr(struct fsnotify_mark *fsn_mark, in inotify_ignored_and_remove_idr()
508 static void inotify_free_mark(struct fsnotify_mark *fsn_mark) in inotify_free_mark()
521 struct fsnotify_mark *fsn_mark; in inotify_update_existing_watch() local
Dinotify.h14 struct fsnotify_mark fsn_mark; member