Searched refs:mnt_namespace (Results 1 – 12 of 12) sorted by relevance
| /fs/ |
| A D | mount.h | 10 struct mnt_namespace { struct 75 struct mnt_namespace *mnt_ns; /* containing namespace */ 150 static inline void get_mnt_ns(struct mnt_namespace *ns) in get_mnt_ns() 158 struct mnt_namespace *ns; 174 static inline bool is_anon_ns(struct mnt_namespace *ns) in is_anon_ns() 181 struct mnt_namespace *ns = READ_ONCE(m->mnt_ns); in anon_ns_root() 191 static inline bool mnt_ns_empty(const struct mnt_namespace *ns) in mnt_ns_empty() 198 struct mnt_namespace *ns = mnt->mnt_ns; in move_from_ns() 209 struct mnt_namespace *get_sequential_mnt_ns(struct mnt_namespace *mnt_ns, 214 return container_of(ns, struct mnt_namespace, ns); in to_mnt_ns() [all …]
|
| A D | namespace.c | 228 struct mnt_namespace *ns; in lookup_mnt_ns() 1846 struct mnt_namespace *ns; in umount_tree() 2153 struct mnt_namespace *get_sequential_mnt_ns(struct mnt_namespace *mntns, bool previous) in get_sequential_mnt_ns() 3583 struct mnt_namespace *ns; in do_move_mount() 4170 struct mnt_namespace *new_ns; in alloc_mnt_ns() 4206 struct mnt_namespace *copy_mnt_ns(unsigned long flags, struct mnt_namespace *ns, in copy_mnt_ns() 4209 struct mnt_namespace *new_ns; in copy_mnt_ns() 4291 struct mnt_namespace *ns; in mount_subtree() 4395 struct mnt_namespace *ns; in SYSCALL_DEFINE3() 5712 struct mnt_namespace *ns) in do_statmount() [all …]
|
| A D | nsfs.c | 130 static int copy_ns_info_to_user(const struct mnt_namespace *mnt_ns, in copy_ns_info_to_user() 187 struct mnt_namespace *mnt_ns; in ns_ioctl() 220 mnt_ns = container_of(ns, struct mnt_namespace, ns); in ns_ioctl()
|
| A D | pnode.h | 60 int count_mounts(struct mnt_namespace *ns, struct mount *mnt);
|
| A D | proc_namespace.c | 25 struct mnt_namespace *ns = p->ns; in mounts_poll() 239 struct mnt_namespace *ns = NULL; in mounts_open_common()
|
| A D | d_path.c | 112 struct mnt_namespace *mnt_ns; in __prepend_path()
|
| A D | pnode.c | 33 struct mnt_namespace *ns, in get_peer_under_root()
|
| /fs/notify/ |
| A D | fsnotify.h | 36 static inline struct mnt_namespace *fsnotify_conn_mntns( in fsnotify_conn_mntns() 98 static inline void fsnotify_clear_marks_by_mntns(struct mnt_namespace *mntns) in fsnotify_clear_marks_by_mntns()
|
| A D | fdinfo.c | 125 struct mnt_namespace *mnt_ns = fsnotify_conn_mntns(mark->connector); in fanotify_fdinfo()
|
| A D | fsnotify.c | 31 void __fsnotify_mntns_delete(struct mnt_namespace *mntns) in __fsnotify_mntns_delete() 743 void fsnotify_mnt(__u32 mask, struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt()
|
| A D | mark.c | 111 return &((struct mnt_namespace *)obj)->n_fsnotify_marks; in fsnotify_object_connp()
|
| /fs/notify/fanotify/ |
| A D | fanotify_user.c | 1810 struct mnt_namespace *mntns; in do_fanotify_mark()
|
Completed in 35 milliseconds