Home
last modified time | relevance | path

Searched refs:fsnotify_init_mark (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/linux/
Dfsnotify_backend.h331 extern void fsnotify_init_mark(struct fsnotify_mark *mark, void (*free_mark)(struct fsnotify_mark *…
/linux-4.1.27/fs/notify/dnotify/
Ddnotify.c306 fsnotify_init_mark(new_fsn_mark, dnotify_free_mark); in fcntl_dirnotify()
/linux-4.1.27/fs/notify/
Dmark.c470 void fsnotify_init_mark(struct fsnotify_mark *mark, in fsnotify_init_mark() function
/linux-4.1.27/kernel/
Daudit_watch.c159 fsnotify_init_mark(&parent->mark, audit_watch_free_mark); in audit_init_parent()
Daudit_tree.c157 fsnotify_init_mark(&chunk->mark, audit_tree_destroy_watch); in alloc_chunk()
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c583 fsnotify_init_mark(&tmp_i_mark->fsn_mark, inotify_free_mark); in inotify_new_watch()
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c614 fsnotify_init_mark(mark, fanotify_free_mark); in fanotify_add_new_mark()