Home
last modified time | relevance | path

Searched refs:ex_path (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nfsd/
H A Dexport.c372 path_put(&exp->ex_path); in svc_export_release()
403 pth = d_path(&exp->ex_path, *bpp, *blen); in svc_export_request()
652 err = kern_path(buf, 0, &exp.ex_path); in svc_export_parse()
713 err = check_export(&exp.ex_path, &exp.ex_flags, exp.ex_uuid); in svc_export_parse()
757 path_put(&exp.ex_path); in svc_export_parse()
794 seq_path(m, &exp->ex_path, " \t\n\\"); in svc_export_show()
834 path_equal(&orig->ex_path, &new->ex_path); in svc_export_match()
844 new->ex_path = item->ex_path; in svc_export_init()
845 path_get(&item->ex_path); in svc_export_init()
925 hash ^= hash_ptr(exp->ex_path.dentry, EXPORT_HASHBITS); in svc_export_hash()
[all …]
H A Dnfsfh.h294 ret = mnt_want_write(fhp->fh_export->ex_path.mnt); in fh_want_write()
308 mnt_drop_write(fhp->fh_export->ex_path.mnt); in fh_drop_write()
H A Dexport.h69 struct path ex_path; member
H A Dnfs4xdr.c2916 status = nfsd4_encode_pathname4(xdr, &exp_ps->ex_path, &exp->ex_path); in nfsd4_encode_fs_locations4()
3093 struct path path = exp->ex_path; in nfsd4_get_mounted_on_ino()
3398 struct super_block *sb = args->exp->ex_path.mnt->mnt_sb; in nfsd4_encode_fattr4_maxfilesize()
3540 args->dentry == args->exp->ex_path.mnt->mnt_root) { in nfsd4_encode_fattr4_mounted_on_fileid()
3877 .mnt = exp->ex_path.mnt, in nfsd4_encode_fattr4()
H A Dnfs4proc.c227 path.mnt = fhp->fh_export->ex_path.mnt; in nfsd4_vfs_create()
2617 nfserr = ops->proc_getdeviceinfo(exp->ex_path.mnt->mnt_sb, in nfsd4_getdeviceinfo()
H A Dnfs4state.c6248 path.mnt = currentfh->fh_export->ex_path.mnt; in nfs4_delegation_stat()