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
261 struct fsnotify_mark *new_fsn_mark, *fsn_mark; in fcntl_dirnotify() local
/fs/notify/fanotify/
Dfanotify_user.c457 static void fanotify_free_mark(struct fsnotify_mark *fsn_mark) in fanotify_free_mark()
508 static __u32 fanotify_mark_remove_from_mask(struct fsnotify_mark *fsn_mark, in fanotify_mark_remove_from_mask()
541 struct fsnotify_mark *fsn_mark = NULL; in fanotify_remove_vfsmount_mark() local
571 struct fsnotify_mark *fsn_mark = NULL; in fanotify_remove_inode_mark() local
598 static __u32 fanotify_mark_add_to_mask(struct fsnotify_mark *fsn_mark, in fanotify_mark_add_to_mask()
656 struct fsnotify_mark *fsn_mark; in fanotify_add_vfsmount_mark() local
682 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.c377 struct fsnotify_mark *fsn_mark = &i_mark->fsn_mark; in inotify_idr_find_locked() local
490 void inotify_ignored_and_remove_idr(struct fsnotify_mark *fsn_mark, in inotify_ignored_and_remove_idr()
507 static void inotify_free_mark(struct fsnotify_mark *fsn_mark) in inotify_free_mark()
520 struct fsnotify_mark *fsn_mark; in inotify_update_existing_watch() local
Dinotify.h14 struct fsnotify_mark fsn_mark; member