Searched refs:fsnotify_add_mark_locked (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/notify/ |
D | mark.c | 334 int fsnotify_add_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_mark_locked() function 401 ret = fsnotify_add_mark_locked(mark, group, inode, mnt, allow_dups); in fsnotify_add_mark()
|
/linux-4.4.14/include/linux/ |
D | fsnotify_backend.h | 352 extern int fsnotify_add_mark_locked(struct fsnotify_mark *mark, struct fsnotify_group *group,
|
/linux-4.4.14/fs/notify/dnotify/ |
D | dnotify.c | 324 fsnotify_add_mark_locked(new_fsn_mark, dnotify_group, inode, in fcntl_dirnotify()
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_user.c | 596 ret = fsnotify_add_mark_locked(&tmp_i_mark->fsn_mark, group, inode, in inotify_new_watch()
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 619 ret = fsnotify_add_mark_locked(mark, group, inode, mnt, 0); in fanotify_add_new_mark()
|