Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
Dnfs42proc.c76 res.falloc_fattr = nfs_alloc_fattr(); in _nfs42_proc_fallocate()
77 if (!res.falloc_fattr) in _nfs42_proc_fallocate()
84 res.falloc_fattr); in _nfs42_proc_fallocate()
86 kfree(res.falloc_fattr); in _nfs42_proc_fallocate()
Dnfs42xdr.c1167 decode_getfattr(xdr, res->falloc_fattr, res->falloc_server); in nfs4_xdr_dec_allocate()
1282 decode_getfattr(xdr, res->falloc_fattr, res->falloc_server); in nfs4_xdr_dec_deallocate()
/kernel/linux/linux-5.10/include/linux/
Dnfs_xdr.h1428 struct nfs_fattr *falloc_fattr; member