Searched refs:SHORT_FID_LEN (Results 1 – 4 of 4) sorted by relevance
133 #define SHORT_FID_LEN (sizeof (zfid_short_t) - sizeof (uint16_t)) macro
362 if (fidp->fid_len < SHORT_FID_LEN) { in zfsctl_common_fid()363 fidp->fid_len = SHORT_FID_LEN; in zfsctl_common_fid()370 zfid->zf_len = SHORT_FID_LEN; in zfsctl_common_fid()
1946 if (fidp->fid_len == SHORT_FID_LEN || fidp->fid_len == LONG_FID_LEN) { in zfs_vget()
4768 size = (zfsvfs->z_parent != zfsvfs) ? LONG_FID_LEN : SHORT_FID_LEN; in zfs_fid()