Searched refs:mntpt (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/afs/ |
D | mntpt.c | 125 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 …]
|
D | Makefile | 19 mntpt.o \
|
/linux-4.1.27/fs/cifs/ |
D | cifs_dfs_ref.c | 278 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()
|
/linux-4.1.27/tools/perf/util/ |
D | util.c | 358 void perf_debugfs_set_path(const char *mntpt) in perf_debugfs_set_path() argument 360 snprintf(debugfs_mountpoint, strlen(debugfs_mountpoint), "%s", mntpt); in perf_debugfs_set_path() 361 set_tracing_events_path("tracing/", mntpt); in perf_debugfs_set_path()
|