Searched refs:mntpt (Results 1 – 4 of 4) sorted by relevance
71 static int afs_mntpt_set_params(struct fs_context *fc, struct dentry *mntpt) in afs_mntpt_set_params() argument74 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()114 pr_err("kAFS: unable to lookup cell '%pd'\n", mntpt); in afs_mntpt_set_params()125 loff_t size = i_size_read(d_inode(mntpt)); in afs_mntpt_set_params()133 content = afs_get_link(mntpt, d_inode(mntpt), &cleanup); in afs_mntpt_set_params()159 static struct vfsmount *afs_mntpt_do_automount(struct dentry *mntpt) in afs_mntpt_do_automount() argument[all …]
195 struct dentry *mntpt = path->dentry; in cifs_do_automount() local205 if (IS_ROOT(mntpt)) in cifs_do_automount()208 mntpt_sb = CIFS_SB(mntpt->d_sb); in cifs_do_automount()225 fc = fs_context_for_submount(path->mnt->mnt_sb->s_type, mntpt); in cifs_do_automount()232 full_path = automount_fullpath(mntpt, page); in cifs_do_automount()263 ctx->dfs_automount = ctx->dfs_conn = is_dfs_mount(mntpt); in cifs_do_automount()
63 void tracing_path_set(const char *mntpt) in tracing_path_set() argument65 __tracing_path_set("tracing/", mntpt); in tracing_path_set()
10704 static struct vfsmount *trace_automount(struct dentry *mntpt, void *ingore) in trace_automount() argument10720 fc = fs_context_for_submount(type, mntpt); in trace_automount()