Searched refs:fsnotify_find_mark (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/notify/dnotify/
H A Ddnotify.c165 fsn_mark = fsnotify_find_mark(&inode->i_fsnotify_marks, dnotify_group);
329 fsn_mark = fsnotify_find_mark(&inode->i_fsnotify_marks, dnotify_group);
/linux-master/fs/notify/
H A Dmark.c726 struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp, function
747 EXPORT_SYMBOL_GPL(fsnotify_find_mark); variable
/linux-master/kernel/
H A Daudit_watch.c93 entry = fsnotify_find_mark(&inode->i_fsnotify_marks, audit_watch_group);
H A Daudit_tree.c466 mark = fsnotify_find_mark(&inode->i_fsnotify_marks, audit_tree_group);
519 fsnotify_put_mark(mark); /* pair to fsnotify_find_mark */
/linux-master/fs/notify/inotify/
H A Dinotify_user.c547 fsn_mark = fsnotify_find_mark(&inode->i_fsnotify_marks, group);
584 /* match the get from fsnotify_find_mark() */
/linux-master/include/linux/
H A Dfsnotify_backend.h761 extern struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp,
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1087 fsn_mark = fsnotify_find_mark(connp, group);
1103 /* matches the fsnotify_find_mark() */
1356 fsn_mark = fsnotify_find_mark(connp, group);
/linux-master/fs/nfsd/
H A Dfilecache.c162 mark = fsnotify_find_mark(&inode->i_fsnotify_marks,

Completed in 160 milliseconds