Home
last modified time | relevance | path

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

/Linux-v6.1/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.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.c3999 struct nfs4_fs_locations *locations = NULL; in _nfs4_discover_trunking()
4017 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in _nfs4_discover_trunking()
4248 struct nfs4_fs_locations *locations = NULL; in nfs4_get_referral()
4253 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_get_referral()
7956 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations()
7999 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations()
8025 struct nfs4_fs_locations *locations, in _nfs40_proc_get_locations()
8082 struct nfs4_fs_locations *locations, in _nfs41_proc_get_locations()
8153 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-v6.1/include/linux/
Dnfs_xdr.h1224 struct nfs4_fs_locations { struct
1245 struct nfs4_fs_locations *fs_locations; argument