Home
last modified time | relevance | path

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

/Linux-v5.10/fs/nfs/
Dnfs4namespace.c130 const struct nfs4_fs_locations *locations, in nfs4_validate_fspath()
363 const struct nfs4_fs_locations *locations) in nfs_follow_referral()
403 struct nfs4_fs_locations *fs_locations = NULL; in nfs_do_refmount()
412 fs_locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs_do_refmount()
532 const struct nfs4_fs_locations *locations) in nfs4_replace_transport()
Dnfs4_fs.h262 int (*get_locations)(struct inode *, struct nfs4_fs_locations *,
281 const struct nfs4_fs_locations *locations);
303 struct nfs4_fs_locations *, struct page *);
304 extern int nfs4_proc_get_locations(struct inode *, struct nfs4_fs_locations *,
Dnfs4state.c2080 struct nfs4_fs_locations *locations = NULL; in nfs4_try_migration()
2092 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_try_migration()
Dnfs4proc.c4102 struct nfs4_fs_locations *locations = NULL; in nfs4_get_referral()
4107 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); in nfs4_get_referral()
7705 struct nfs4_fs_locations *fs_locations, in _nfs4_proc_fs_locations()
7748 struct nfs4_fs_locations *fs_locations, in nfs4_proc_fs_locations()
7773 struct nfs4_fs_locations *locations, in _nfs40_proc_get_locations()
7830 struct nfs4_fs_locations *locations, in _nfs41_proc_get_locations()
7889 struct nfs4_fs_locations *locations, in nfs4_proc_get_locations()
Dnfs4xdr.c3655 …t decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs4_fs_locations *res) in decode_attr_fs_locations()
4568 struct nfs4_fs_locations *fs_loc, struct nfs4_label *label, in decode_getfattr_attrs()
4697 struct nfs_fh *fh, struct nfs4_fs_locations *fs_loc, in decode_getfattr_generic()
/Linux-v5.10/include/linux/
Dnfs_xdr.h1199 struct nfs4_fs_locations { struct
1220 struct nfs4_fs_locations *fs_locations; argument