Home
last modified time | relevance | path

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

/linux-6.12.1/fs/nfsd/
Dxdr4.h654 loff_t falloc_offset; member
Dnfs4proc.c1999 fallocate->falloc_offset, in nfsd4_fallocate()
Dnfs4xdr.c1948 if (xdr_stream_decode_u64(argp->xdr, &fallocate->falloc_offset) < 0) in nfsd4_decode_fallocate()
/linux-6.12.1/include/linux/
Dnfs_xdr.h1472 u64 falloc_offset; member
/linux-6.12.1/fs/nfs/
Dnfs42proc.c52 .falloc_offset = offset, in _nfs42_proc_fallocate()
Dnfs42xdr.c272 encode_uint64(xdr, args->falloc_offset); in encode_fallocate()
Dnfs4trace.h2339 __entry->offset = args->falloc_offset;