Home
last modified time | relevance | path

Searched defs:mnt (Results 1 – 25 of 41) sorted by relevance

12

/linux/fs/
H A Dnamespace.c261 static inline struct hlist_head *m_hash(struct vfsmount *mnt, struct dentry *dentry) in m_hash()
276 static int mnt_alloc_id(struct mount *mnt) in mnt_alloc_id()
288 static void mnt_free_id(struct mount *mnt) in mnt_free_id()
296 static int mnt_alloc_group_id(struct mount *mnt) in mnt_alloc_group_id()
309 void mnt_release_group_id(struct mount *mnt) in mnt_release_group_id()
318 static inline void mnt_add_count(struct mount *mnt, int n) in mnt_add_count()
332 int mnt_get_count(struct mount *mnt) in mnt_get_count()
350 struct mount *mnt = kmem_cache_zalloc(mnt_cache, GFP_KERNEL); in alloc_vfsmnt() local
423 bool __mnt_is_readonly(struct vfsmount *mnt) in __mnt_is_readonly()
429 static inline void mnt_inc_writers(struct mount *mnt) in mnt_inc_writers()
[all …]
H A Dpnode.c37 static struct mount *get_peer_under_root(struct mount *mnt, in get_peer_under_root()
60 int get_dominating_id(struct mount *mnt, const struct path *root) in get_dominating_id()
73 static int do_make_slave(struct mount *mnt) in do_make_slave()
122 void change_mnt_propagation(struct mount *mnt, int type) in change_mnt_propagation()
338 static struct mount *find_topper(struct mount *mnt) in find_topper()
356 static inline int do_refcount_check(struct mount *mnt, int count) in do_refcount_check()
408 int propagate_mount_busy(struct mount *mnt, int refcnt) in propagate_mount_busy()
451 void propagate_mount_unlock(struct mount *mnt) in propagate_mount_unlock()
466 static void umount_one(struct mount *mnt, struct list_head *to_umount) in umount_one()
479 static bool __propagate_umount(struct mount *mnt, in __propagate_umount()
[all …]
H A Dmount.h54 struct vfsmount mnt; member
99 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount()
104 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent()
109 static inline int is_mounted(struct vfsmount *mnt) in is_mounted()
163 static inline bool mnt_ns_attached(const struct mount *mnt) in mnt_ns_attached()
173 static inline void move_from_ns(struct mount *mnt, struct list_head *dt_list) in move_from_ns()
H A Dpnode.h31 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared()
H A Dfhandle.c252 struct vfsmount *mnt = ctx->root.mnt; in do_handle_to_path() local
H A Dd_path.c104 static int __prepend_path(const struct dentry *dentry, const struct mount *mnt, in __prepend_path()
/linux/fs/autofs/
H A Dexpire.c29 static int autofs_mount_busy(struct vfsmount *mnt, in autofs_mount_busy()
147 static int autofs_direct_busy(struct vfsmount *mnt, in autofs_direct_busy()
179 static int autofs_tree_busy(struct vfsmount *mnt, in autofs_tree_busy()
238 static struct dentry *autofs_check_leaves(struct vfsmount *mnt, in autofs_check_leaves()
272 struct vfsmount *mnt, in autofs_expire_direct()
319 struct vfsmount *mnt, in should_expire()
418 struct vfsmount *mnt, in autofs_expire_indirect()
537 struct vfsmount *mnt, in autofs_expire_run()
575 int autofs_do_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs_do_expire_multi()
611 int autofs_expire_multi(struct super_block *sb, struct vfsmount *mnt, in autofs_expire_multi()
/linux/tools/bpf/bpftool/
H A Dtracelog.c27 static int validate_tracefs_mnt(const char *mnt, unsigned long magic) in validate_tracefs_mnt() argument
40 find_tracefs_mnt_single(unsigned long magic, char *mnt, const char *mntpt) in find_tracefs_mnt_single() argument
57 static bool get_tracefs_pipe(char *mnt) in get_tracefs_pipe() argument
[all...]
H A Dcgroup.c459 struct mntent *mnt; in find_cgroup_root() local
/linux/tools/lib/api/fs/
H A Dtracing_path.c26 const char *mnt; in tracing_path_tracefs_mount() local
39 const char *mnt; in tracing_path_debugfs_mount() local
52 const char *mnt; in tracing_path_mount() local
/linux/kernel/
H A Dusermode_driver.c15 struct vfsmount *mnt; in blob_to_mnt() local
62 struct vfsmount *mnt; in umd_load_blob() local
/linux/include/linux/
H A Dfsnotify.h318 static inline void fsnotify_vfsmount_delete(struct vfsmount *mnt) in fsnotify_vfsmount_delete()
536 static inline void fsnotify_mnt_attach(struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt_attach()
541 static inline void fsnotify_mnt_detach(struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt_detach()
546 static inline void fsnotify_mnt_move(struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt_move()
H A Dpath.h9 struct vfsmount *mnt; member
H A Dmount.h79 static inline struct mnt_idmap *mnt_idmap(const struct vfsmount *mnt) in mnt_idmap()
/linux/fs/notify/
H A Dfsnotify.c26 void __fsnotify_vfsmount_delete(struct vfsmount *mnt) in __fsnotify_vfsmount_delete()
549 struct mount *mnt = NULL; in fsnotify() local
724 void fsnotify_mnt(__u32 mask, struct mnt_namespace *ns, struct vfsmount *mnt) in fsnotify_mnt()
/linux/fs/overlayfs/
H A Dsuper.c297 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_workdir_create() local
657 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_make_workdir() local
833 struct vfsmount *mnt = ovl_upper_mnt(ofs); in ovl_get_indexdir() local
1032 struct vfsmount *mnt; in ovl_get_layers() local
/linux/tools/perf/util/
H A Dcpumap.c428 const char *mnt; set_max_cpu_num() local
468 const char *mnt; set_max_node_num() local
554 const char *mnt; cpu__setup_cpunode_map() local
[all...]
/linux/tools/testing/selftests/filesystems/mount-notify/
H A Dmount-notify_test.c122 struct fanotify_event_info_mnt *mnt; in expect_notify() local
335 int ret, fs, mnt; in TEST_F() local
/linux/fs/afs/
H A Dmntpt.c160 struct vfsmount *mnt; in afs_mntpt_do_automount() local
/linux/arch/um/drivers/
H A Dmconsole_kern.c129 struct vfsmount *mnt = proc_mnt; in mconsole_proc() local
697 struct vfsmount *mnt; in mount_proc() local
/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c423 struct vfsmount *mnt, int flags, umode_t mode, in spufs_create_context()
566 struct vfsmount *mnt, umode_t mode) in spufs_create_gang()
/linux/fs/nfs/
H A Dnamespace.c149 struct vfsmount *mnt = ERR_PTR(-ENOMEM); in nfs_d_automount() local
/linux/fs/btrfs/
H A Dsuper.c1155 struct vfsmount *mnt) in mount_subvol()
1983 static int btrfs_reconfigure_for_mount(struct fs_context *fc, struct vfsmount *mnt) in btrfs_reconfigure_for_mount()
2003 struct vfsmount *mnt; in btrfs_get_tree_subvol() local
/linux/ipc/
H A Dmqueue.c472 struct vfsmount *mnt; in mq_create_mount() local
897 struct vfsmount *mnt = current->nsproxy->ipc_ns->mq_mnt; in do_mq_open() local
961 struct vfsmount *mnt in SYSCALL_DEFINE1() local
[all...]
/linux/drivers/base/
H A Ddevtmpfs.c64 static struct vfsmount *mnt; variable

12