Searched refs:ex_path (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/nfsd/ |
| A D | nfsfh.c | 52 if (tdentry != exp->ex_path.dentry) in nfsd_acceptable() 54 rv = (tdentry == exp->ex_path.dentry); in nfsd_acceptable() 135 if (unlikely(dentry != exp->ex_path.dentry)) in check_pseudo_root() 240 dentry = dget(exp->ex_path.dentry); in nfsd_set_fh_dentry() 242 dentry = exportfs_decode_fh_raw(exp->ex_path.mnt, fid, in nfsd_set_fh_dentry() 378 && exp->ex_path.dentry == dentry) in __fh_verify() 463 if (dentry != exp->ex_path.dentry) { in _fh_update() 482 return exp->ex_path.dentry == exp->ex_path.dentry->d_sb->s_root; in is_root_export() 487 return exp->ex_path.dentry->d_sb; in exp_sb() 583 (long) d_inode(exp->ex_path.dentry)->i_ino, in fh_compose() [all …]
|
| A D | export.c | 361 path_put(&exp->ex_path); in svc_export_put() 384 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request() 632 err = kern_path(buf, 0, &exp.ex_path); in svc_export_parse() 737 path_put(&exp.ex_path); in svc_export_parse() 774 seq_path(m, &exp->ex_path, " \t\n\\"); in svc_export_show() 814 path_equal(&orig->ex_path, &new->ex_path); in svc_export_match() 824 new->ex_path = item->ex_path; in svc_export_init() 825 path_get(&item->ex_path); in svc_export_init() 906 hash ^= hash_ptr(exp->ex_path.mnt, EXPORT_HASHBITS); in svc_export_hash() 973 key.ex_path = *path; in exp_get_by_name() [all …]
|
| A D | vfs.h | 169 ret = mnt_want_write(fh->fh_export->ex_path.mnt); in fh_want_write() 179 mnt_drop_write(fh->fh_export->ex_path.mnt); in fh_drop_write() 186 struct path p = {.mnt = fh->fh_export->ex_path.mnt, in fh_getattr()
|
| A D | vfs.c | 127 struct path path = {.mnt = mntget(exp->ex_path.mnt), in nfsd_cross_mnt() 138 if (path.mnt == exp->ex_path.mnt && path.dentry == dentry && in nfsd_cross_mnt() 194 struct path path = {.mnt = mntget((*exp)->ex_path.mnt), in nfsd_lookup_parent() 258 else if (dparent != exp->ex_path.dentry) in nfsd_lookup_dentry() 873 path.mnt = fhp->fh_export->ex_path.mnt; in __nfsd_open() 1616 path.mnt = fhp->fh_export->ex_path.mnt; in nfsd_readlink() 1834 if (ffhp->fh_export->ex_path.mnt != tfhp->fh_export->ex_path.mnt) in nfsd_rename() 1836 if (ffhp->fh_export->ex_path.dentry != tfhp->fh_export->ex_path.dentry) in nfsd_rename() 2241 .mnt = fhp->fh_export->ex_path.mnt, in nfsd_statfs() 2517 __mnt_is_readonly(exp->ex_path.mnt)? " ro" : ""); in nfsd_permission() [all …]
|
| A D | export.h | 68 struct path ex_path; member
|
| A D | nfs4layouts.c | 130 struct super_block *sb = exp->ex_path.mnt->mnt_sb; in nfsd4_setup_layout_type()
|
| A D | nfs4xdr.c | 2780 status = nfsd4_encode_pathname4(xdr, &exp_ps->ex_path, &exp->ex_path); in nfsd4_encode_fs_locations4() 2874 struct path path = exp->ex_path; in nfsd4_get_mounted_on_ino() 3173 struct super_block *sb = args->exp->ex_path.mnt->mnt_sb; in nfsd4_encode_fattr4_maxfilesize() 3315 args->dentry == args->exp->ex_path.mnt->mnt_root) { in nfsd4_encode_fattr4_mounted_on_fileid() 3525 .mnt = exp->ex_path.mnt, in nfsd4_encode_fattr4()
|
| A D | nfs3xdr.c | 999 if (dparent == exp->ex_path.dentry) in compose_entry_fh()
|
| A D | trace.h | 366 __string(path, key->ex_path.dentry->d_name.name) 386 __string(path, key->ex_path.dentry->d_name.name)
|
| A D | nfs4proc.c | 214 path.mnt = fhp->fh_export->ex_path.mnt; in nfsd4_vfs_create() 2252 nfserr = ops->proc_getdeviceinfo(exp->ex_path.mnt->mnt_sb, in nfsd4_getdeviceinfo()
|
| A D | nfs4state.c | 5956 path.mnt = currentfh->fh_export->ex_path.mnt; in nfs4_delegation_stat()
|
Completed in 56 milliseconds