Home
last modified time | relevance | path

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

/linux-6.15/fs/notify/
H A Dfsnotify.h16 typedef struct fsnotify_mark_connector __rcu *fsnotify_connp_t;
19 struct fsnotify_mark_connector *conn) in fsnotify_conn_inode()
25 struct fsnotify_mark_connector *conn) in fsnotify_conn_mount()
31 struct fsnotify_mark_connector *conn) in fsnotify_conn_sb()
37 struct fsnotify_mark_connector *conn) in fsnotify_conn_mntns()
58 struct fsnotify_mark_connector *conn) in fsnotify_connector_sb()
H A Dmark.c86 static struct fsnotify_mark_connector *connector_destroy_list;
172 struct fsnotify_mark_connector *conn) in fsnotify_update_sb_watchers()
268 struct fsnotify_mark_connector *conn) in fsnotify_conn_watches_children()
277 struct fsnotify_mark_connector *conn) in fsnotify_conn_set_children_dentry_flags()
315 struct fsnotify_mark_connector *conn, *free; in fsnotify_connector_destroy_workfn()
331 struct fsnotify_mark_connector *conn, in fsnotify_detach_connector_from_object()
661 struct fsnotify_mark_connector *conn; in fsnotify_attach_connector_to_object()
693 struct fsnotify_mark_connector *conn; in fsnotify_grab_connector()
722 struct fsnotify_mark_connector *conn; in fsnotify_add_mark_list()
860 struct fsnotify_mark_connector *conn; in fsnotify_find_mark()
[all …]
H A Dfsnotify.c428 static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector *const *connp) in fsnotify_first_mark()
430 struct fsnotify_mark_connector *conn; in fsnotify_first_mark()
754 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector, in fsnotify_init()
/linux-6.15/include/linux/
H A Dfsnotify_backend.h540 struct fsnotify_mark_connector { struct
551 struct fsnotify_mark_connector *destroy_next; argument
561 struct fsnotify_mark_connector __rcu *sb_marks; argument
619 struct fsnotify_mark_connector *connector;
861 extern __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn);
863 extern void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn);
H A Dfs.h79 struct fsnotify_mark_connector;
778 struct fsnotify_mark_connector __rcu *i_fsnotify_marks;
/linux-6.15/fs/
H A Dmount.h33 struct fsnotify_mark_connector __rcu *n_fsnotify_marks;
89 struct fsnotify_mark_connector __rcu *mnt_fsnotify_marks;
/linux-6.15/fs/notify/fanotify/
H A Dfanotify_user.c1274 struct fsnotify_mark_connector *conn; in fanotify_set_mark_fsid()