Symbol: fsnotify_mark_connector
fs/mount.h
26
struct fsnotify_mark_connector __rcu *n_fsnotify_marks;
fs/mount.h
90
struct fsnotify_mark_connector __rcu *mnt_fsnotify_marks;
fs/notify/fanotify/fanotify_user.c
1346
struct fsnotify_mark_connector *conn;
fs/notify/fsnotify.c
382
static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector *const *connp)
fs/notify/fsnotify.c
384
struct fsnotify_mark_connector *conn;
fs/notify/fsnotify.h
16
typedef struct fsnotify_mark_connector __rcu *fsnotify_connp_t;
fs/notify/fsnotify.h
19
struct fsnotify_mark_connector *conn)
fs/notify/fsnotify.h
25
struct fsnotify_mark_connector *conn)
fs/notify/fsnotify.h
31
struct fsnotify_mark_connector *conn)
fs/notify/fsnotify.h
37
struct fsnotify_mark_connector *conn)
fs/notify/fsnotify.h
58
struct fsnotify_mark_connector *conn)
fs/notify/mark.c
1036
struct fsnotify_mark_connector *conn;
fs/notify/mark.c
1107
struct fsnotify_mark_connector *conn;
fs/notify/mark.c
118
static __u32 *fsnotify_conn_mask_p(struct fsnotify_mark_connector *conn)
fs/notify/mark.c
1189
fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector,
fs/notify/mark.c
131
__u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn)
fs/notify/mark.c
173
struct fsnotify_mark_connector *conn)
fs/notify/mark.c
218
static struct inode *fsnotify_update_iref(struct fsnotify_mark_connector *conn,
fs/notify/mark.c
246
static bool __fsnotify_recalc_mask(struct fsnotify_mark_connector *conn)
fs/notify/mark.c
282
static void fsnotify_recalc_mask_set_iref(struct fsnotify_mark_connector *conn)
fs/notify/mark.c
294
static void *fsnotify_recalc_mask_clear_iref(struct fsnotify_mark_connector *conn)
fs/notify/mark.c
302
struct fsnotify_mark_connector *conn)
fs/notify/mark.c
311
struct fsnotify_mark_connector *conn)
fs/notify/mark.c
325
void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn)
fs/notify/mark.c
378
struct fsnotify_mark_connector *conn, *free;
fs/notify/mark.c
393
static void fsnotify_untrack_connector(struct fsnotify_mark_connector *conn);
fs/notify/mark.c
396
struct fsnotify_mark_connector *conn,
fs/notify/mark.c
455
struct fsnotify_mark_connector *conn = READ_ONCE(mark->connector);
fs/notify/mark.c
731
struct fsnotify_mark_connector common;
fs/notify/mark.c
785
static void fsnotify_init_connector(struct fsnotify_mark_connector *conn,
fs/notify/mark.c
796
static struct fsnotify_mark_connector *
fs/notify/mark.c
815
static void fsnotify_untrack_connector(struct fsnotify_mark_connector *conn)
fs/notify/mark.c
833
struct fsnotify_mark_connector *conn;
fs/notify/mark.c
866
static struct fsnotify_mark_connector *fsnotify_grab_connector(
fs/notify/mark.c
869
struct fsnotify_mark_connector *conn;
fs/notify/mark.c
87
static struct fsnotify_mark_connector *connector_destroy_list;
fs/notify/mark.c
898
struct fsnotify_mark_connector *conn;
include/linux/fs.h
69
struct fsnotify_mark_connector;
include/linux/fs.h
867
struct fsnotify_mark_connector __rcu *i_fsnotify_marks;
include/linux/fsnotify_backend.h
574
struct fsnotify_mark_connector *destroy_next;
include/linux/fsnotify_backend.h
584
struct fsnotify_mark_connector __rcu *sb_marks;
include/linux/fsnotify_backend.h
645
struct fsnotify_mark_connector *connector;
include/linux/fsnotify_backend.h
887
extern __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn);
include/linux/fsnotify_backend.h
889
extern void fsnotify_recalc_mask(struct fsnotify_mark_connector *conn);