Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfs/
Dnfs4namespace.c130 const struct nfs4_fs_locations *locations, in nfs4_validate_fspath()
369 const struct nfs4_fs_locations *locations) in nfs_follow_referral()
409 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount()
418 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.h267 struct nfs4_fs_locations *, struct page *, const struct cred *);
285 const struct nfs4_fs_locations *locations);
308 struct nfs4_fs_locations *, struct page *);
310 struct nfs4_fs_locations *,
Dnfs4proc.c4007 struct nfs4_fs_locations *locations = NULL; in _nfs4_discover_trunking()
4025 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in _nfs4_discover_trunking()
4258 struct nfs4_fs_locations *locations = NULL; in nfs4_get_referral()
4263 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_get_referral()
7975 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations()
8018 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations()
8044 struct nfs4_fs_locations *locations, in _nfs40_proc_get_locations()
8101 struct nfs4_fs_locations *locations, in _nfs41_proc_get_locations()
8172 struct nfs4_fs_locations *locations, in nfs4_proc_get_locations()
Dnfs4state.c2119 struct nfs4_fs_locations *locations = NULL; in nfs4_try_migration()
2131 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()
4641 struct nfs4_fs_locations *fs_loc, const struct nfs_server *server) in decode_getfattr_attrs()
4767 struct nfs_fh *fh, struct nfs4_fs_locations *fs_loc, in decode_getfattr_generic()
/Linux-v6.6/include/linux/
Dnfs_xdr.h1225 struct nfs4_fs_locations { struct
1246 struct nfs4_fs_locations *fs_locations; argument