Home
last modified time | relevance | path

Searched refs:fsnotify_mark_connector (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/fs/notify/
Dmark.c98 static struct fsnotify_mark_connector *connector_destroy_list;
112 static __u32 *fsnotify_conn_mask_p(struct fsnotify_mark_connector *conn) in fsnotify_conn_mask_p()
121 __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn) in fsnotify_conn_mask()
129 static void __fsnotify_recalc_mask(struct fsnotify_mark_connector *conn) in __fsnotify_recalc_mask()
151 void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn) in fsnotify_recalc_mask()
167 struct fsnotify_mark_connector *conn, *free; in fsnotify_connector_destroy_workfn()
183 struct fsnotify_mark_connector *conn) in fsnotify_detach_connector_from_object()
216 struct fsnotify_mark_connector *conn; in fsnotify_put_mark()
461 struct fsnotify_mark_connector *conn; in fsnotify_attach_connector_to_object()
492 static struct fsnotify_mark_connector *fsnotify_grab_connector( in fsnotify_grab_connector()
[all …]
Dfsnotify.h13 struct fsnotify_mark_connector *conn) in fsnotify_conn_inode()
19 struct fsnotify_mark_connector *conn) in fsnotify_conn_mount()
Dfsnotify.c238 static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector **connp) in fsnotify_first_mark()
240 struct fsnotify_mark_connector *conn; in fsnotify_first_mark()
395 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector, in fsnotify_init()
/Linux-v4.19/include/linux/
Dfsnotify_backend.h266 struct fsnotify_mark_connector;
267 typedef struct fsnotify_mark_connector __rcu *fsnotify_connp_t;
275 struct fsnotify_mark_connector { struct
282 struct fsnotify_mark_connector *destroy_next; argument
319 struct fsnotify_mark_connector *connector;
409 extern __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn);
411 extern void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn);
Dfs.h577 struct fsnotify_mark_connector;
679 struct fsnotify_mark_connector __rcu *i_fsnotify_marks;
/Linux-v4.19/fs/
Dmount.h64 struct fsnotify_mark_connector __rcu *mnt_fsnotify_marks;