Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dxdr4.h708 u64 falloc_length; member
H A Dnfs4proc.c2463 fallocate->falloc_length, in nfsd4_fallocate()
H A Dnfs4xdr.c2117 if (xdr_stream_decode_u64(argp->xdr, &fallocate->falloc_length) < 0) in nfsd4_decode_fallocate()
/linux/include/linux/
H A Dnfs_xdr.h1482 u64 falloc_length; member
/linux/fs/nfs/
H A Dnfs42xdr.c302 encode_uint64(xdr, args->falloc_length); in encode_fallocate()
H A Dnfs4trace.h2553 __entry->len = args->falloc_length;