Searched refs:SHORT_FID_LEN (Results 1 – 4 of 4) sorted by relevance
134 #define SHORT_FID_LEN (sizeof (zfid_short_t) - sizeof (uint16_t)) macro
365 if (fidp->fid_len < SHORT_FID_LEN) { in zfsctl_common_fid()366 fidp->fid_len = SHORT_FID_LEN; in zfsctl_common_fid()373 zfid->zf_len = SHORT_FID_LEN; in zfsctl_common_fid()
1970 if (fidp->fid_len == SHORT_FID_LEN || fidp->fid_len == LONG_FID_LEN) { in zfs_vget()
4929 size = (zfsvfs->z_parent != zfsvfs) ? LONG_FID_LEN : SHORT_FID_LEN; in zfs_fid()