Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4.h995 uint32_t fh4_flag; member
1003 uint32_t fh4_flag; member
1019 #define get_fh4_flag(fh4p, flag) ((fh4_to_fmt4(fh4p)->fh4_flag) & (flag))
1020 #define set_fh4_flag(fh4p, flag) ((fh4_to_fmt4(fh4p)->fh4_flag) |= (flag))
1021 #define clr_fh4_flag(fh4p, flag) ((fh4_to_fmt4(fh4p)->fh4_flag) &= ~(flag))
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c390 fhp->fh4_flag = *(uint32_t *)bp; in xdr_inline_decode_nfs_fh4()
508 otw_len += sizeof (fhp->fh4_flag); in xdr_inline_encode_nfs_fh4()
557 *ptr++ = (uint32_t)fhp->fh4_flag; in xdr_inline_encode_nfs_fh4()
592 sizeof (fhp->fh4_flag); in xdr_encode_nfs_fh4()
H A Dnfs_export.c2243 fh_fmtp->fh4_flag = 0; in makefh4()