Home
last modified time | relevance | path

Searched refs:allow_dups (Results 1 – 4 of 4) sorted by relevance

/fs/notify/
Dmark.c298 int allow_dups) in fsnotify_add_mark_list() argument
313 if ((lmark->group == mark->group) && !allow_dups) in fsnotify_add_mark_list()
336 struct vfsmount *mnt, int allow_dups) in fsnotify_add_mark_locked() argument
360 ret = fsnotify_add_inode_mark(mark, group, inode, allow_dups); in fsnotify_add_mark_locked()
364 ret = fsnotify_add_vfsmount_mark(mark, group, mnt, allow_dups); in fsnotify_add_mark_locked()
397 struct inode *inode, struct vfsmount *mnt, int allow_dups) in fsnotify_add_mark() argument
401 ret = fsnotify_add_mark_locked(mark, group, inode, mnt, allow_dups); in fsnotify_add_mark()
Dfsnotify.h29 int allow_dups);
33 int allow_dups);
37 int allow_dups);
Dvfsmount_mark.c91 int allow_dups) in fsnotify_add_vfsmount_mark() argument
103 ret = fsnotify_add_mark_list(&m->mnt_fsnotify_marks, mark, allow_dups); in fsnotify_add_vfsmount_mark()
Dinode_mark.c125 int allow_dups) in fsnotify_add_inode_mark() argument
137 allow_dups); in fsnotify_add_inode_mark()