Home
last modified time | relevance | path

Searched refs:fsnotify_add_mark_locked (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/fs/notify/
Dmark.c334 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/
Dfsnotify_backend.h352 extern int fsnotify_add_mark_locked(struct fsnotify_mark *mark, struct fsnotify_group *group,
/linux-4.4.14/fs/notify/dnotify/
Ddnotify.c324 fsnotify_add_mark_locked(new_fsn_mark, dnotify_group, inode, in fcntl_dirnotify()
/linux-4.4.14/fs/notify/inotify/
Dinotify_user.c596 ret = fsnotify_add_mark_locked(&tmp_i_mark->fsn_mark, group, inode, in inotify_new_watch()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c619 ret = fsnotify_add_mark_locked(mark, group, inode, mnt, 0); in fanotify_add_new_mark()