Home
last modified time | relevance | path

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

/Linux-v5.15/fs/notify/
Dfsnotify.h13 struct fsnotify_mark_connector *conn) in fsnotify_conn_inode()
19 struct fsnotify_mark_connector *conn) in fsnotify_conn_mount()
25 struct fsnotify_mark_connector *conn) in fsnotify_conn_sb()
31 struct fsnotify_mark_connector *conn) in fsnotify_connector_sb()
Dmark.c86 static struct fsnotify_mark_connector *connector_destroy_list;
100 static __u32 *fsnotify_conn_mask_p(struct fsnotify_mark_connector *conn) in fsnotify_conn_mask_p()
111 __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn) in fsnotify_conn_mask()
119 static void __fsnotify_recalc_mask(struct fsnotify_mark_connector *conn) in __fsnotify_recalc_mask()
141 void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn) in fsnotify_recalc_mask()
157 struct fsnotify_mark_connector *conn, *free; in fsnotify_connector_destroy_workfn()
187 static void fsnotify_get_sb_connectors(struct fsnotify_mark_connector *conn) in fsnotify_get_sb_connectors()
195 static void fsnotify_put_sb_connectors(struct fsnotify_mark_connector *conn) in fsnotify_put_sb_connectors()
204 struct fsnotify_mark_connector *conn, in fsnotify_detach_connector_from_object()
253 struct fsnotify_mark_connector *conn = READ_ONCE(mark->connector); in fsnotify_put_mark()
[all …]
Dfsnotify.c368 static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector **connp) in fsnotify_first_mark()
370 struct fsnotify_mark_connector *conn; in fsnotify_first_mark()
567 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector, in fsnotify_init()
/Linux-v5.15/include/linux/
Dfsnotify_backend.h342 struct fsnotify_mark_connector;
343 typedef struct fsnotify_mark_connector __rcu *fsnotify_connp_t;
351 struct fsnotify_mark_connector { struct
361 struct fsnotify_mark_connector *destroy_next; argument
398 struct fsnotify_mark_connector *connector;
516 extern __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn);
518 extern void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn);
525 extern int fsnotify_get_conn_fsid(const struct fsnotify_mark_connector *conn,
Dfs.h616 struct fsnotify_mark_connector;
721 struct fsnotify_mark_connector __rcu *i_fsnotify_marks;
1523 struct fsnotify_mark_connector __rcu *s_fsnotify_marks;
/Linux-v5.15/fs/
Dmount.h72 struct fsnotify_mark_connector __rcu *mnt_fsnotify_marks;
/Linux-v5.15/fs/notify/fanotify/
Dfanotify.c671 struct fsnotify_mark_connector *conn; in fanotify_get_fsid()