Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dxdr4.h707 loff_t falloc_offset; member
H A Dnfs4proc.c2462 fallocate->falloc_offset, in nfsd4_fallocate()
H A Dnfs4xdr.c2115 if (xdr_stream_decode_u64(argp->xdr, &fallocate->falloc_offset) < 0) in nfsd4_decode_fallocate()
/linux/fs/nfs/
H A Dnfs42xdr.c301 encode_uint64(xdr, args->falloc_offset); in encode_fallocate()