Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Daudit_fsnotify.c106 fsnotify_init_mark(&audit_mark->mark, audit_fsnotify_free_mark); in audit_alloc_mark()
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.4.14/include/linux/
Dfsnotify_backend.h338 extern void fsnotify_init_mark(struct fsnotify_mark *mark, void (*free_mark)(struct fsnotify_mark *…
/linux-4.4.14/fs/notify/dnotify/
Ddnotify.c311 fsnotify_init_mark(new_fsn_mark, dnotify_free_mark); in fcntl_dirnotify()
/linux-4.4.14/fs/notify/
Dmark.c487 void fsnotify_init_mark(struct fsnotify_mark *mark, in fsnotify_init_mark() function
/linux-4.4.14/fs/notify/inotify/
Dinotify_user.c583 fsnotify_init_mark(&tmp_i_mark->fsn_mark, inotify_free_mark); in inotify_new_watch()
/linux-4.4.14/fs/notify/fanotify/
Dfanotify_user.c618 fsnotify_init_mark(mark, fanotify_free_mark); in fanotify_add_new_mark()