Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfsd/
Dxdr4.h518 u64 falloc_length; member
Dnfs4proc.c1974 fallocate->falloc_length, in nfsd4_fallocate()
Dnfs4xdr.c1929 if (xdr_stream_decode_u64(argp->xdr, &fallocate->falloc_length) < 0) in nfsd4_decode_fallocate()
/Linux-v6.6/include/linux/
Dnfs_xdr.h1441 u64 falloc_length; member
/Linux-v6.6/fs/nfs/
Dnfs42proc.c53 .falloc_length = len, in _nfs42_proc_fallocate()
Dnfs42xdr.c273 encode_uint64(xdr, args->falloc_length); in encode_fallocate()
Dnfs4trace.h2198 __entry->len = args->falloc_length;