Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnfs_xdr.h270 __u64 lastbytewritten; member
/linux-4.1.27/fs/nfs/
Dpnfs.c2203 data->args.lastbytewritten = end_pos - 1; in pnfs_layoutcommit_inode()
Dnfs4xdr.c1961 dprintk("%s: lbw: %llu type: %d\n", __func__, args->lastbytewritten, in encode_layoutcommit()
1968 p = xdr_encode_hyper(p, args->lastbytewritten + 1); /* length */ in encode_layoutcommit()
1973 p = xdr_encode_hyper(p, args->lastbytewritten); in encode_layoutcommit()
Dnfs4proc.c8077 data->args.lastbytewritten, in nfs4_proc_layoutcommit()