Searched refs:SHORT_FID_LEN (Results 1 – 4 of 4) sorted by relevance
144 #define SHORT_FID_LEN (sizeof (zfid_short_t) - sizeof (uint16_t)) macro
359 if (fidp->fid_len < SHORT_FID_LEN) { in zfsctl_common_fid()360 fidp->fid_len = SHORT_FID_LEN; in zfsctl_common_fid()367 zfid->zf_len = SHORT_FID_LEN; in zfsctl_common_fid()
2417 if (fidp->fid_len == SHORT_FID_LEN || fidp->fid_len == LONG_FID_LEN) { in zfs_vget()
5332 size = (zfsvfs->z_parent != zfsvfs) ? LONG_FID_LEN : SHORT_FID_LEN; in zfs_fid()