Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfs/
H A Dnfs3xdr.c43 #define NFS3_fattr_sz (21) macro
47 #define NFS3_post_op_attr_sz (1+NFS3_fattr_sz)
69 #define NFS3_getattrres_sz (1+NFS3_fattr_sz)
629 p = xdr_inline_decode(xdr, NFS3_fattr_sz << 2); in decode_fattr3()