Home
last modified time | relevance | path

Searched refs:mntpt (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/afs/
Dmntpt.c73 static struct vfsmount *afs_mntpt_do_automount(struct dentry *mntpt) in afs_mntpt_do_automount() argument
83 _enter("{%pd}", mntpt); in afs_mntpt_do_automount()
85 BUG_ON(!d_inode(mntpt)); in afs_mntpt_do_automount()
96 vnode = AFS_FS_I(d_inode(mntpt)); in afs_mntpt_do_automount()
100 unsigned size = mntpt->d_name.len; in afs_mntpt_do_automount()
106 if (mntpt->d_name.name[0] == '.') { in afs_mntpt_do_automount()
108 memcpy(devname + 1, mntpt->d_name.name + 1, size - 1); in afs_mntpt_do_automount()
114 memcpy(devname + 1, mntpt->d_name.name, size); in afs_mntpt_do_automount()
120 loff_t size = i_size_read(d_inode(mntpt)); in afs_mntpt_do_automount()
127 page = read_mapping_page(d_inode(mntpt)->i_mapping, 0, NULL); in afs_mntpt_do_automount()
[all …]
DMakefile23 mntpt.o \
/Linux-v4.19/fs/cifs/
Dcifs_dfs_ref.c248 static struct vfsmount *cifs_dfs_do_refmount(struct dentry *mntpt, in cifs_dfs_do_refmount() argument
263 mnt = vfs_submount(mntpt, &cifs_fs_type, devname, mountdata); in cifs_dfs_do_refmount()
283 static struct vfsmount *cifs_dfs_do_automount(struct dentry *mntpt) in cifs_dfs_do_automount() argument
297 BUG_ON(IS_ROOT(mntpt)); in cifs_dfs_do_automount()
308 full_path = build_path_from_dentry_optional_prefix(mntpt, true); in cifs_dfs_do_automount()
312 cifs_sb = CIFS_SB(mntpt->d_sb); in cifs_dfs_do_automount()
340 mnt = cifs_dfs_do_refmount(mntpt, cifs_sb, in cifs_dfs_do_automount()
/Linux-v4.19/tools/lib/api/fs/
Dtracing_path.c68 void tracing_path_set(const char *mntpt) in tracing_path_set() argument
70 __tracing_path_set("tracing/", mntpt); in tracing_path_set()
/Linux-v4.19/kernel/trace/
Dtrace.c7988 static struct vfsmount *trace_automount(struct dentry *mntpt, void *ingore) in trace_automount() argument
8001 mnt = vfs_submount(mntpt, type, "tracefs", NULL); in trace_automount()