Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/
H A 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()
133 static struct inode *fsnotify_update_iref(struct fsnotify_mark_connector *conn, in fsnotify_update_iref()
156 static void *__fsnotify_recalc_mask(struct fsnotify_mark_connector *conn) in __fsnotify_recalc_mask()
180 struct fsnotify_mark_connector *conn) in fsnotify_conn_watches_children()
189 struct fsnotify_mark_connector *conn) in fsnotify_conn_set_children_dentry_flags()
203 void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn) in fsnotify_recalc_mask()
227 struct fsnotify_mark_connector *conn, *free; in fsnotify_connector_destroy_workfn()
251 static void fsnotify_get_sb_connectors(struct fsnotify_mark_connector *conn) in fsnotify_get_sb_connectors()
[all …]
H A 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()
H A Dfsnotify.c382 static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector **connp) in fsnotify_first_mark()
384 struct fsnotify_mark_connector *conn; in fsnotify_first_mark()
610 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector, in fsnotify_init()
/openbmc/linux/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
483 struct fsnotify_mark_connector *destroy_next; argument
520 struct fsnotify_mark_connector *connector;
757 extern __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn);
759 extern void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn);
H A Dfs.h634 struct fsnotify_mark_connector;
739 struct fsnotify_mark_connector __rcu *i_fsnotify_marks;
1249 struct fsnotify_mark_connector __rcu *s_fsnotify_marks;
/openbmc/linux/fs/
H A Dmount.h72 struct fsnotify_mark_connector __rcu *mnt_fsnotify_marks;
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c852 struct fsnotify_mark_connector *conn; in fanotify_get_fsid()