Searched defs:nfs_writeargs (Results 1 – 1 of 1) sorted by relevance
490 struct nfs_writeargs { struct491 struct nfs_fh * fh;492 struct nfs_open_context *context;493 struct nfs_lock_context *lock_context;494 __u64 offset;495 __u32 count;496 enum nfs3_stable_how stable;497 unsigned int pgbase;498 struct page ** pages;499 const u32 * bitmask;[all …]