Home
last modified time | relevance | path

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

/linux-4.1.27/fs/notify/
Dfsnotify.h27 int allow_dups);
31 int allow_dups);
35 int allow_dups);
Dmark.c282 int allow_dups) in fsnotify_add_mark_list() argument
297 if ((lmark->group == mark->group) && !allow_dups) in fsnotify_add_mark_list()
320 struct vfsmount *mnt, int allow_dups) in fsnotify_add_mark_locked() argument
344 ret = fsnotify_add_inode_mark(mark, group, inode, allow_dups); in fsnotify_add_mark_locked()
348 ret = fsnotify_add_vfsmount_mark(mark, group, mnt, allow_dups); in fsnotify_add_mark_locked()
381 struct inode *inode, struct vfsmount *mnt, int allow_dups) in fsnotify_add_mark() argument
385 ret = fsnotify_add_mark_locked(mark, group, inode, mnt, allow_dups); in fsnotify_add_mark()
Dvfsmount_mark.c110 int allow_dups) in fsnotify_add_vfsmount_mark() argument
122 ret = fsnotify_add_mark_list(&m->mnt_fsnotify_marks, mark, allow_dups); in fsnotify_add_vfsmount_mark()
Dinode_mark.c145 int allow_dups) in fsnotify_add_inode_mark() argument
157 allow_dups); in fsnotify_add_inode_mark()
/linux-4.1.27/include/linux/
Dfsnotify_backend.h344 struct inode *inode, struct vfsmount *mnt, int allow_dups);
346 struct inode *inode, struct vfsmount *mnt, int allow_dups);