Searched refs:fh4p (Results 1 – 2 of 2) sorted by relevance
1018 #define fh4_to_fmt4(fh4p) ((nfs_fh4_fmt_t *)(fh4p)->nfs_fh4_val) argument1019 #define get_fh4_flag(fh4p, flag) ((fh4_to_fmt4(fh4p)->fh4_flag) & (flag)) argument1020 #define set_fh4_flag(fh4p, flag) ((fh4_to_fmt4(fh4p)->fh4_flag) |= (flag)) argument1021 #define clr_fh4_flag(fh4p, flag) ((fh4_to_fmt4(fh4p)->fh4_flag) &= ~(flag)) argument
2634 find_volrnm_fh(struct exportinfo *exi, nfs_fh4 *fh4p) in find_volrnm_fh() argument2642 if (fh4p->nfs_fh4_len != NFS_FH4_LEN) { in find_volrnm_fh()2645 fhp = &((nfs_fh4_fmt_t *)fh4p->nfs_fh4_val)->fh4_i; in find_volrnm_fh()2659 find_volrnm_fh_id(struct exportinfo *exi, nfs_fh4 *fh4p) in find_volrnm_fh_id() argument2665 p = find_volrnm_fh(exi, fh4p); in find_volrnm_fh_id()