Home
last modified time | relevance | path

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

/linux-4.4.14/fs/afs/
Dmntpt.c125 static struct vfsmount *afs_mntpt_do_automount(struct dentry *mntpt) in afs_mntpt_do_automount() argument
135 _enter("{%pd}", mntpt); in afs_mntpt_do_automount()
137 BUG_ON(!d_inode(mntpt)); in afs_mntpt_do_automount()
148 vnode = AFS_FS_I(d_inode(mntpt)); in afs_mntpt_do_automount()
152 unsigned size = mntpt->d_name.len; in afs_mntpt_do_automount()
158 if (mntpt->d_name.name[0] == '.') { in afs_mntpt_do_automount()
160 memcpy(devname + 1, mntpt->d_name.name, size - 1); in afs_mntpt_do_automount()
166 memcpy(devname + 1, mntpt->d_name.name, size); in afs_mntpt_do_automount()
172 loff_t size = i_size_read(d_inode(mntpt)); in afs_mntpt_do_automount()
179 page = read_mapping_page(d_inode(mntpt)->i_mapping, 0, NULL); in afs_mntpt_do_automount()
[all …]
DMakefile19 mntpt.o \
/linux-4.4.14/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-4.4.14/fs/cifs/
Dcifs_dfs_ref.c278 static struct vfsmount *cifs_dfs_do_automount(struct dentry *mntpt) in cifs_dfs_do_automount() argument
292 BUG_ON(IS_ROOT(mntpt)); in cifs_dfs_do_automount()
301 full_path = build_path_from_dentry(mntpt); in cifs_dfs_do_automount()
305 cifs_sb = CIFS_SB(d_inode(mntpt)->i_sb); in cifs_dfs_do_automount()