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 …]
26 mntpt.o \
63 void tracing_path_set(const char *mntpt) in tracing_path_set() argument65 __tracing_path_set("tracing/", mntpt); in tracing_path_set()
8973 static struct vfsmount *trace_automount(struct dentry *mntpt, void *ingore) in trace_automount() argument8989 fc = fs_context_for_submount(type, mntpt); in trace_automount()