Home
last modified time | relevance | path

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

/linux/fs/afs/
A Dmntpt.c74 struct afs_super_info *src_as = AFS_FS_S(mntpt->d_sb); in afs_mntpt_set_params()
75 struct afs_vnode *vnode = AFS_FS_I(d_inode(mntpt)); in afs_mntpt_set_params()
95 unsigned size = mntpt->d_name.len; in afs_mntpt_set_params()
100 p = mntpt->d_name.name; in afs_mntpt_set_params()
101 if (mntpt->d_name.name[0] == '.') { in afs_mntpt_set_params()
112 pr_err("kAFS: unable to lookup cell '%pd'\n", mntpt); in afs_mntpt_set_params()
122 loff_t size = i_size_read(d_inode(mntpt)); in afs_mntpt_set_params()
131 page = read_mapping_page(d_inode(mntpt)->i_mapping, 0, NULL); in afs_mntpt_set_params()
163 BUG_ON(!d_inode(mntpt)); in afs_mntpt_do_automount()
165 fc = fs_context_for_submount(&afs_fs_type, mntpt); in afs_mntpt_do_automount()
[all …]
A DMakefile26 mntpt.o \
/linux/fs/cifs/
A Dcifs_dfs_ref.c272 static struct vfsmount *cifs_dfs_do_mount(struct dentry *mntpt, in cifs_dfs_do_mount() argument
298 mnt = vfs_submount(mntpt, &cifs_fs_type, devname, mountdata); in cifs_dfs_do_mount()
307 static struct vfsmount *cifs_dfs_do_automount(struct dentry *mntpt) in cifs_dfs_do_automount() argument
315 BUG_ON(IS_ROOT(mntpt)); in cifs_dfs_do_automount()
323 cifs_sb = CIFS_SB(mntpt->d_sb); in cifs_dfs_do_automount()
331 full_path = build_path_from_dentry_optional_prefix(mntpt, page, true); in cifs_dfs_do_automount()
340 mnt = cifs_dfs_do_mount(mntpt, cifs_sb, full_path); in cifs_dfs_do_automount()
/linux/tools/bpf/bpftool/
A Dtracelog.c40 find_tracefs_mnt_single(unsigned long magic, char *mnt, const char *mntpt) in find_tracefs_mnt_single() argument
44 if (validate_tracefs_mnt(mntpt, magic)) in find_tracefs_mnt_single()
47 src_len = strlen(mntpt); in find_tracefs_mnt_single()
53 strcpy(mnt, mntpt); in find_tracefs_mnt_single()
/linux/tools/lib/api/fs/
A 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/kernel/trace/
A Dtrace.c9492 static struct vfsmount *trace_automount(struct dentry *mntpt, void *ingore) in trace_automount() argument
9505 mnt = vfs_submount(mntpt, type, "tracefs", NULL); in trace_automount()

Completed in 39 milliseconds