Searched refs:lastbytewritten (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/nfs/blocklayout/ |
| A D | extent_tree.c | 572 ret = ext_tree_encode_commit(bl, start_p + 1, buffer_size, &count, &arg->lastbytewritten); in ext_tree_prepare_commit()
|
| /linux/include/linux/ |
| A D | nfs_xdr.h | 299 __u64 lastbytewritten; member
|
| /linux/fs/nfs/ |
| A D | pnfs.c | 3209 data->args.lastbytewritten = end_pos - 1; in pnfs_layoutcommit_inode() 3211 data->args.lastbytewritten = U64_MAX; in pnfs_layoutcommit_inode()
|
| A D | nfs4xdr.c | 2013 dprintk("%s: lbw: %llu type: %d\n", __func__, args->lastbytewritten, in encode_layoutcommit() 2020 p = xdr_encode_hyper(p, args->lastbytewritten + 1); /* length */ in encode_layoutcommit() 2023 if (args->lastbytewritten != U64_MAX) { in encode_layoutcommit() 2026 p = xdr_encode_hyper(p, args->lastbytewritten); in encode_layoutcommit()
|
| A D | nfs4proc.c | 9774 data->args.lastbytewritten, in nfs4_proc_layoutcommit()
|
Completed in 53 milliseconds