Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfsd/
Dxdr4.h514 loff_t falloc_offset; member
Dnfs4proc.c1810 fallocate->falloc_offset, in nfsd4_fallocate()
Dnfs4xdr.c1852 if (xdr_stream_decode_u64(argp->xdr, &fallocate->falloc_offset) < 0) in nfsd4_decode_fallocate()
/Linux-v5.15/include/linux/
Dnfs_xdr.h1436 u64 falloc_offset; member
/Linux-v5.15/fs/nfs/
Dnfs42proc.c52 .falloc_offset = offset, in _nfs42_proc_fallocate()
Dnfs42xdr.c265 encode_uint64(xdr, args->falloc_offset); in encode_fallocate()