Searched refs:mntpt (Results 1 – 3 of 3) sorted by relevance
74 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()113 pr_err("kAFS: unable to lookup cell '%pd'\n", mntpt); in afs_mntpt_set_params()124 loff_t size = i_size_read(d_inode(mntpt)); in afs_mntpt_set_params()132 content = afs_get_link(mntpt, d_inode(mntpt), &cleanup); 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 …]
26 mntpt.o \
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()
Completed in 11 milliseconds