Searched refs:fh4_flag (Results 1 – 3 of 3) sorted by relevance
1118 uint32_t fh4_flag; member1126 uint32_t fh4_flag; member1142 #define get_fh4_flag(fh4p, flag) ((fh4_to_fmt4(fh4p)->fh4_flag) & (flag))1143 #define set_fh4_flag(fh4p, flag) ((fh4_to_fmt4(fh4p)->fh4_flag) |= (flag))1144 #define clr_fh4_flag(fh4p, flag) ((fh4_to_fmt4(fh4p)->fh4_flag) &= ~(flag))
437 fhp->fh4_flag = *(uint32_t *)bp; in xdr_inline_decode_nfs_fh4()555 otw_len += sizeof (fhp->fh4_flag); in xdr_inline_encode_nfs_fh4()604 *ptr++ = (uint32_t)fhp->fh4_flag; in xdr_inline_encode_nfs_fh4()639 sizeof (fhp->fh4_flag); in xdr_encode_nfs_fh4()
2501 fh_fmtp->fh4_flag = 0; in makefh4()