Searched defs:fh4_flag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h995 uint32_t fh4_flag; member in struct:nfs_fh4_fmt
1003 uint32_t fh4_flag; member in struct:nfs_fh4_fmt
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))

Completed in 84 milliseconds