Home
last modified time | relevance | path

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

/linux-5.19.10/fs/nfs/
Dnfs4namespace.c130 const struct nfs4_fs_locations *locations, in nfs4_validate_fspath()
368 const struct nfs4_fs_locations *locations) in nfs_follow_referral()
408 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount()
417 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs_do_refmount()
542 const struct nfs4_fs_locations *locations) in nfs4_replace_transport()
Dnfs4_fs.h265 struct nfs4_fs_locations *, struct page *, const struct cred *);
283 const struct nfs4_fs_locations *locations);
306 struct nfs4_fs_locations *, struct page *);
308 struct nfs4_fs_locations *,
Dnfs4proc.c3998 struct nfs4_fs_locations *locations = NULL; in _nfs4_discover_trunking()
4016 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in _nfs4_discover_trunking()
4247 struct nfs4_fs_locations *locations = NULL; in nfs4_get_referral()
4252 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_get_referral()
7954 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations()
7997 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations()
8023 struct nfs4_fs_locations *locations, in _nfs40_proc_get_locations()
8080 struct nfs4_fs_locations *locations, in _nfs41_proc_get_locations()
8151 struct nfs4_fs_locations *locations, in nfs4_proc_get_locations()
Dnfs4state.c2102 struct nfs4_fs_locations *locations = NULL; in nfs4_try_migration()
2114 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_try_migration()
Dnfs4xdr.c3727 …t decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locations *res) in decode_attr_fs_locations()
4643 struct nfs4_fs_locations *fs_loc, const struct nfs_server *server) in decode_getfattr_attrs()
4771 struct nfs_fh *fh, struct nfs4_fs_locations *fs_loc, in decode_getfattr_generic()
/linux-5.19.10/include/linux/
Dnfs_xdr.h1224 struct nfs4_fs_locations { struct
1245 struct nfs4_fs_locations *fs_locations; argument