Home
last modified time | relevance | path

Searched refs:fs_locations (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs4namespace.c126 * Check that fs_locations::fs_root [RFC3530 6.3] is a prefix for what we
409 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount() local
418 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs_do_refmount()
419 if (!fs_locations) in nfs_do_refmount()
421 fs_locations->fattr = nfs_alloc_fattr(); in nfs_do_refmount()
422 if (!fs_locations->fattr) in nfs_do_refmount()
431 err = nfs4_proc_fs_locations(client, d_inode(parent), &dentry->d_name, fs_locations, page); in nfs_do_refmount()
437 if (fs_locations->nlocations <= 0 || in nfs_do_refmount()
438 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
441 err = nfs_follow_referral(fc, fs_locations); in nfs_do_refmount()
[all...]
H A Dnfs4proc.c7978 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations()
7990 .fs_locations = fs_locations, in _nfs4_proc_fs_locations()
8011 nfs_fattr_init(fs_locations->fattr); in _nfs4_proc_fs_locations()
8012 fs_locations->server = server; in _nfs4_proc_fs_locations()
8013 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations()
8021 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations()
8030 fs_locations, page); in nfs4_proc_fs_locations()
8063 .fs_locations = locations, in _nfs40_proc_get_locations()
8118 .fs_locations in _nfs41_proc_get_locations()
7976 _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir, const struct qstr *name, struct nfs4_fs_locations *fs_locations, struct page *page) _nfs4_proc_fs_locations() argument
8019 nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir, const struct qstr *name, struct nfs4_fs_locations *fs_locations, struct page *page) nfs4_proc_fs_locations() argument
[all...]
H A Dnfs4xdr.c3796 dprintk("%s: fs_locations done, error = %d\n", __func__, status); in decode_attr_fs_locations()
7079 res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations()
7080 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations()
7081 res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
7092 res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations()
7093 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations()
7094 res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs4namespace.c126 * Check that fs_locations::fs_root [RFC3530 6.3] is a prefix for what we
408 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()
427 err = nfs4_proc_fs_locations(client, d_inode(parent), &dentry->d_name, fs_locations, page); in nfs_do_refmount()
433 if (fs_locations->nlocations <= 0 || in nfs_do_refmount()
434 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
437 err = nfs_follow_referral(fc, fs_locations); in nfs_do_refmount()
439 kfree(fs_locations); in nfs_do_refmount()
473 * Try one location from the fs_locations arra
[all...]
H A Dnfs4proc.c7774 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations()
7786 .fs_locations = fs_locations, in _nfs4_proc_fs_locations()
7807 nfs_fattr_init(&fs_locations->fattr); in _nfs4_proc_fs_locations()
7808 fs_locations->server = server; in _nfs4_proc_fs_locations()
7809 fs_locations->nlocations = 0; in _nfs4_proc_fs_locations()
7817 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations()
7826 fs_locations, page); in nfs4_proc_fs_locations()
7859 .fs_locations = locations, in _nfs40_proc_get_locations()
7914 .fs_locations in _nfs41_proc_get_locations()
7772 _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir, const struct qstr *name, struct nfs4_fs_locations *fs_locations, struct page *page) _nfs4_proc_fs_locations() argument
7815 nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir, const struct qstr *name, struct nfs4_fs_locations *fs_locations, struct page *page) nfs4_proc_fs_locations() argument
[all...]
H A Dnfs4xdr.c3728 dprintk("%s: fs_locations done, error = %d\n", __func__, status); in decode_attr_fs_locations()
6985 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations()
6986 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations()
6987 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
6998 &res->fs_locations->fattr, in nfs4_xdr_dec_fs_locations()
6999 NULL, res->fs_locations, in nfs4_xdr_dec_fs_locations()
7000 NULL, res->fs_locations->server); in nfs4_xdr_dec_fs_locations()
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_xdr.h1225 struct nfs4_fs_locations *fs_locations; member
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_xdr.h1246 struct nfs4_fs_locations *fs_locations; member

Completed in 52 milliseconds