Searched refs:pmaj (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_attr.c629 int *pmaj = (int *)&na->fsid.major; local
645 pmaj[0] = sarg->cs->exi->exi_fsid.val[0];
646 pmaj[1] = sarg->cs->exi->exi_fsid.val[1];
662 if (pmaj[0] != sarg->cs->exi->exi_fsid.val[0] ||
663 pmaj[1] != sarg->cs->exi->exi_fsid.val[1] ||
H A Dnfs4_srv_readdir.c953 int *pmaj = (int *)&major; local
955 pmaj[0] = exi->exi_fsid.val[0];
956 pmaj[1] = exi->exi_fsid.val[1];

Completed in 109 milliseconds