Lines Matching defs:objsetid
103 * objsetid. This allows for fast lookups either by name or objsetid.
137 uint64_t objsetid, struct dentry *root_dentry)
146 se->se_objsetid = objsetid;
288 zfsctl_snapshot_find_by_objsetid(spa_t *spa, uint64_t objsetid)
295 search.se_objsetid = objsetid;
335 uint64_t objsetid = se->se_objsetid;
353 if ((se = zfsctl_snapshot_find_by_objsetid(spa, objsetid)) != NULL) {
422 zfsctl_snapshot_unmount_delay(spa_t *spa, uint64_t objsetid, int delay)
428 if ((se = zfsctl_snapshot_find_by_objsetid(spa, objsetid)) != NULL) {
614 uint64_t objsetid = dmu_objset_id(zfsvfs->z_os);
617 se = zfsctl_snapshot_find_by_objsetid(spa, objsetid);
658 uint64_t objsetid;
668 objsetid = ZFSCTL_INO_SNAPDIRS - ip->i_ino;
684 zlfid->zf_setid[i] = (uint8_t)(objsetid >> (8 * i));
760 zfsctl_snapshot_path_objset(zfsvfs_t *zfsvfs, uint64_t objsetid,
782 if (id == objsetid)
1316 zfsctl_snapdir_vget(struct super_block *sb, uint64_t objsetid, int gen,
1326 error = zfsctl_snapshot_path_objset(sb->s_fs_info, objsetid,
1342 *ipp = ilookup(sb, ZFSCTL_INO_SNAPDIRS - objsetid);