Home
last modified time | relevance | path

Searched defs:fh4p (Results 1 – 2 of 2) sorted by relevance

/titanic_52/usr/src/uts/common/nfs/
H A Dnfs4.h1018 #define fh4_to_fmt4(fh4p) ((nfs_fh4_fmt_t *)(fh4p)->nfs_fh4_val) argument
1019 #define get_fh4_flag(fh4p, flag) ((fh4_to_fmt4(fh4p)->fh4_flag) & (flag)) argument
1020 #define set_fh4_flag(fh4p, flag) ((fh4_to_fmt4(fh4p)->fh4_flag) |= (flag)) argument
1021 #define clr_fh4_flag(fh4p, flag) ((fh4_to_fmt4(fh4p)->fh4_flag) &= ~(flag)) argument
/titanic_52/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c2634 find_volrnm_fh(struct exportinfo *exi, nfs_fh4 *fh4p) in find_volrnm_fh() argument
2659 find_volrnm_fh_id(struct exportinfo *exi, nfs_fh4 *fh4p) in find_volrnm_fh_id() argument