Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dnfs4namespace.c354 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount() local
363 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs_do_refmount()
364 if (fs_locations == NULL) in nfs_do_refmount()
374 err = nfs4_proc_fs_locations(client, d_inode(parent), &dentry->d_name, fs_locations, page); in nfs_do_refmount()
377 fs_locations->nlocations <= 0 || in nfs_do_refmount()
378 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
381 mnt = nfs_follow_referral(dentry, fs_locations); in nfs_do_refmount()
384 kfree(fs_locations); in nfs_do_refmount()
Dnfs4proc.c7234 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations() argument
7246 .fs_locations = fs_locations, in _nfs4_proc_fs_locations()
7267 nfs_fattr_init(&fs_locations->fattr); in _nfs4_proc_fs_locations()
7268 fs_locations->server = server; in _nfs4_proc_fs_locations()
7269 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations()
7277 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations() argument
7284 fs_locations, page); in nfs4_proc_fs_locations()
7317 .fs_locations = locations, in _nfs40_proc_get_locations()
7372 .fs_locations = locations, in _nfs41_proc_get_locations()
Dnfs4xdr.c7172 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations()
7173 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations()
7174 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
7185 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations()
7186 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations()
7187 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
/linux-4.19.296/include/linux/
Dnfs_xdr.h1172 struct nfs4_fs_locations *fs_locations; member