Home
last modified time | relevance | path

Searched refs:foff (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dblocklayoutxdr.c33 p = xdr_encode_hyper(p, b->foff); in nfsd4_block_encode_layoutget()
150 p = xdr_decode_hyper(p, &bex.foff); in nfsd4_block_decode_layoutupdate()
151 if (bex.foff & (block_size - 1)) { in nfsd4_block_decode_layoutupdate()
153 __func__, bex.foff); in nfsd4_block_decode_layoutupdate()
159 __func__, bex.foff); in nfsd4_block_decode_layoutupdate()
175 iomaps[i].offset = bex.foff; in nfsd4_block_decode_layoutupdate()
Dblocklayoutxdr.h13 u64 foff; member
20 u64 foff; member
Dblocklayout.c101 bex->foff = iomap.offset; in nfsd4_block_proc_layoutget()
107 dprintk("GET: 0x%llx:0x%llx %d\n", bex->foff, bex->len, bex->es); in nfsd4_block_proc_layoutget()