Searched refs:fsnotify_mark_connector (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/notify/
H A Dfsnotify.h13 struct fsnotify_mark_connector *conn)
19 struct fsnotify_mark_connector *conn)
25 struct fsnotify_mark_connector *conn)
31 struct fsnotify_mark_connector *conn)
H A Dmark.c38 * fsnotify_mark_connector. That structure is alive as long as there are any
40 * detached from fsnotify_mark_connector when last reference to the mark is
42 * pointer and to make sure fsnotify_mark_connector cannot disappear. Also
86 static struct fsnotify_mark_connector *connector_destroy_list;
100 static __u32 *fsnotify_conn_mask_p(struct fsnotify_mark_connector *conn)
111 __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn)
133 static struct inode *fsnotify_update_iref(struct fsnotify_mark_connector *conn,
156 static void *__fsnotify_recalc_mask(struct fsnotify_mark_connector *conn)
185 void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn)
201 struct fsnotify_mark_connector *con
[all...]
H A Dfsnotify.c374 static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector **connp)
376 struct fsnotify_mark_connector *conn;
602 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector,
/linux-master/include/linux/
H A Dfsnotify_backend.h463 struct fsnotify_mark_connector;
464 typedef struct fsnotify_mark_connector __rcu *fsnotify_connp_t;
472 struct fsnotify_mark_connector { struct
481 struct fsnotify_mark_connector *destroy_next;
518 struct fsnotify_mark_connector *connector;
755 extern __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn);
757 extern void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn);
H A Dfs.h625 struct fsnotify_mark_connector;
730 struct fsnotify_mark_connector __rcu *i_fsnotify_marks;
1266 struct fsnotify_mark_connector __rcu *s_fsnotify_marks;
/linux-master/fs/
H A Dmount.h69 struct fsnotify_mark_connector __rcu *mnt_fsnotify_marks;
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1204 struct fsnotify_mark_connector *conn;

Completed in 245 milliseconds