Home
last modified time | relevance | path

Searched refs:fsnotify_mnt (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dfsnotify_backend.h330 struct fsnotify_mnt { struct
400 static inline const struct fsnotify_mnt *fsnotify_data_mnt(const void *data, in fsnotify_data_mnt()
413 const struct fsnotify_mnt *mnt_data = fsnotify_data_mnt(data, data_type); in fsnotify_data_mnt_id()
653 extern void fsnotify_mnt(__u32 mask, struct mnt_namespace *ns, struct vfsmount *mnt);
969 static inline void fsnotify_mnt(__u32 mask, struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt() function
H A Dfsnotify.h538 fsnotify_mnt(FS_MNT_ATTACH, ns, mnt); in fsnotify_mnt_attach()
543 fsnotify_mnt(FS_MNT_DETACH, ns, mnt); in fsnotify_mnt_detach()
548 fsnotify_mnt(FS_MNT_MOVE, ns, mnt); in fsnotify_mnt_move()
/linux-6.15/fs/notify/
H A Dfsnotify.c546 const struct fsnotify_mnt *mnt_data = fsnotify_data_mnt(data, data_type); in fsnotify()
724 void fsnotify_mnt(__u32 mask, struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt() function
726 struct fsnotify_mnt data = { in fsnotify_mnt()