Home
last modified time | relevance | path

Searched refs:fs_locations (Results 1 – 3 of 3) sorted by relevance

/fs/nfs/
Dnfs4namespace.c408 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount() local
417 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs_do_refmount()
418 if (!fs_locations) in nfs_do_refmount()
420 fs_locations->fattr = nfs_alloc_fattr(); in nfs_do_refmount()
421 if (!fs_locations->fattr) in nfs_do_refmount()
430 err = nfs4_proc_fs_locations(client, d_inode(parent), &dentry->d_name, fs_locations, page); in nfs_do_refmount()
436 if (fs_locations->nlocations <= 0 || in nfs_do_refmount()
437 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
440 err = nfs_follow_referral(fc, fs_locations); in nfs_do_refmount()
442 kfree(fs_locations->fattr); in nfs_do_refmount()
[all …]
Dnfs4proc.c7915 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations() argument
7927 .fs_locations = fs_locations, in _nfs4_proc_fs_locations()
7948 nfs_fattr_init(fs_locations->fattr); in _nfs4_proc_fs_locations()
7949 fs_locations->server = server; in _nfs4_proc_fs_locations()
7950 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations()
7958 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations() argument
7967 fs_locations, page); in nfs4_proc_fs_locations()
8000 .fs_locations = locations, in _nfs40_proc_get_locations()
8055 .fs_locations = locations, in _nfs41_proc_get_locations()
Dnfs4xdr.c7029 res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations()
7030 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations()
7031 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
7042 res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations()
7043 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations()
7044 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()