Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfsnotify_backend.h333 struct fsnotify_mnt { struct
403 static inline const struct fsnotify_mnt *fsnotify_data_mnt(const void *data, in fsnotify_data_mnt()
416 const struct fsnotify_mnt *mnt_data = fsnotify_data_mnt(data, data_type); in fsnotify_data_mnt_id()
659 extern void fsnotify_mnt(__u32 mask, struct mnt_namespace *ns, struct vfsmount *mnt);
976 static inline void fsnotify_mnt(__u32 mask, struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt() function
H A Dfsnotify.h500 fsnotify_mnt(FS_MNT_ATTACH, ns, mnt); in fsnotify_mnt_attach()
505 fsnotify_mnt(FS_MNT_DETACH, ns, mnt); in fsnotify_mnt_detach()
510 fsnotify_mnt(FS_MNT_MOVE, ns, mnt); in fsnotify_mnt_move()
/linux/fs/notify/
H A Dfsnotify.c497 const struct fsnotify_mnt *mnt_data = fsnotify_data_mnt(data, data_type); in fsnotify()
694 void fsnotify_mnt(__u32 mask, struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt() function
696 struct fsnotify_mnt data = { in fsnotify_mnt()