Searched refs:xdr_decode_post_op_attr (Results 1 – 1 of 1) sorted by relevance
/fs/nfs/ |
D | nfs3xdr.c | 241 xdr_decode_post_op_attr(__be32 *p, struct nfs_fattr *fattr) in xdr_decode_post_op_attr() function 261 return xdr_decode_post_op_attr(p, fattr); in xdr_decode_wcc_data() 518 p = xdr_decode_post_op_attr(p, res->dir_attr); in nfs3_xdr_readdirres() 644 p = xdr_decode_post_op_attr(p, entry->fattr); in nfs3_decode_dirent() 785 p = xdr_decode_post_op_attr(p, res->fattr); in nfs3_xdr_lookupres() 787 xdr_decode_post_op_attr(p, res->dir_attr); in nfs3_xdr_lookupres() 799 p = xdr_decode_post_op_attr(p, res->fattr); in nfs3_xdr_accessres() 835 p = xdr_decode_post_op_attr(p, fattr); in nfs3_xdr_readlinkres() 883 p = xdr_decode_post_op_attr(p, res->fattr); in nfs3_xdr_readres() 959 p = xdr_decode_post_op_attr(p, res->fattr); in nfs3_xdr_createres() [all …]
|