Home
last modified time | relevance | path

Searched refs:falloc_fattr (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/nfs/
H A Dnfs42proc.c77 res.falloc_fattr = nfs_alloc_fattr(); in _nfs42_proc_fallocate()
78 if (!res.falloc_fattr) in _nfs42_proc_fallocate()
91 res.falloc_fattr); in _nfs42_proc_fallocate()
97 kfree(res.falloc_fattr); in _nfs42_proc_fallocate()
H A Dnfs42xdr.c1367 decode_getfattr(xdr, res->falloc_fattr, res->falloc_server); in nfs4_xdr_dec_allocate()
1508 decode_getfattr(xdr, res->falloc_fattr, res->falloc_server); in nfs4_xdr_dec_deallocate()
/linux-6.15/include/linux/
H A Dnfs_xdr.h1476 struct nfs_fattr *falloc_fattr; member