Home
last modified time | relevance | path

Searched refs:lr_foid (Results 1 – 10 of 10) sorted by relevance

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h196 uint64_t lr_foid; /* object id */ member
219 uint64_t lr_foid; /* object id of created file object */ member
285 uint64_t lr_foid; /* file object to write */ member
295 uint64_t lr_foid; /* object id of file to truncate */ member
302 uint64_t lr_foid; /* file object to change attributes */ member
315 uint64_t lr_foid; /* obj id of file */ member
322 uint64_t lr_foid; /* obj id of file */ member
/titanic_44/usr/src/cmd/zdb/
H A Dzdb_il.c83 (u_longlong_t)lr->lr_doid, (u_longlong_t)lr->lr_foid, in zil_prt_rec_create()
131 (u_longlong_t)lr->lr_foid, (u_longlong_t)lr->lr_offset, in zil_prt_rec_write()
157 lr->lr_foid, ZB_ZIL_LEVEL, in zil_prt_rec_write()
189 (u_longlong_t)lr->lr_foid, (longlong_t)lr->lr_offset, in zil_prt_rec_truncate()
201 (u_longlong_t)lr->lr_foid, (u_longlong_t)lr->lr_mask); in zil_prt_rec_setattr()
243 (u_longlong_t)lr->lr_foid, (u_longlong_t)lr->lr_aclcnt); in zil_prt_rec_acl()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c307 lr->lr_mode, lr->lr_uid, lr->lr_gid, lr->lr_rdev, lr->lr_foid); in zfs_replay_create_acl()
319 error = dmu_object_info(zfsvfs->z_os, lr->lr_foid, NULL); in zfs_replay_create_acl()
434 lr->lr_mode, lr->lr_uid, lr->lr_gid, lr->lr_rdev, lr->lr_foid); in zfs_replay_create()
446 error = dmu_object_info(zfsvfs->z_os, lr->lr_foid, NULL); in zfs_replay_create()
637 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) { in zfs_replay_write()
701 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) in zfs_replay_write2()
746 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) in zfs_replay_truncate()
781 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) in zfs_replay_setattr()
785 lr->lr_uid, lr->lr_gid, 0, lr->lr_foid); in zfs_replay_setattr()
828 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) in zfs_replay_acl_v0()
[all …]
H A Dzfs_log.c281 lr->lr_foid = zp->z_id; in zfs_log_create()
418 lr->lr_foid = zp->z_id; in zfs_log_symlink()
530 lr->lr_foid = zp->z_id; in zfs_log_write()
571 lr->lr_foid = zp->z_id; in zfs_log_truncate()
615 lr->lr_foid = zp->z_id; in zfs_log_setattr()
682 lr->lr_foid = zp->z_id; in zfs_log_acl()
H A Dzil.c274 SET_BOOKMARK(&zb, dmu_objset_id(zilog->zl_os), lr->lr_foid, in zil_read_log_data()
1306 uint64_t foid = ((lr_ooo_t *)&itx->itx_lr)->lr_foid; in zil_itx_assign()
2007 ((lr_ooo_t *)lr)->lr_foid, NULL); in zil_replay_log_record()
H A Ddmu_traverse.c109 SET_BOOKMARK(&zb, td->td_objset, lr->lr_foid, in traverse_zil_record()
H A Dzvol.c1103 lr->lr_foid = ZVOL_OBJ; in zvol_log_write()
1629 lr->lr_foid = ZVOL_OBJ; in zvol_log_truncate()
H A Ddsl_scan.c513 lr->lr_foid, ZB_ZIL_LEVEL, in dsl_scan_zil_record()
H A Dzfs_vnops.c1076 uint64_t object = lr->lr_foid; in zfs_get_data()
/titanic_44/usr/src/cmd/ztest/
H A Dztest.c1364 dmu_read(zd->zd_os, lr->lr_foid, lr->lr_offset, lr->lr_length, in ztest_log_write()
1447 ASSERT(dmu_objset_zil(os)->zl_replay == !!lr->lr_foid); in ztest_replay_create()
1450 if (lr->lr_foid == 0) { in ztest_replay_create()
1451 lr->lr_foid = zap_create(os, in ztest_replay_create()
1455 error = zap_create_claim(os, lr->lr_foid, in ztest_replay_create()
1460 if (lr->lr_foid == 0) { in ztest_replay_create()
1461 lr->lr_foid = dmu_object_alloc(os, in ztest_replay_create()
1465 error = dmu_object_claim(os, lr->lr_foid, in ztest_replay_create()
1478 ASSERT(lr->lr_foid != 0); in ztest_replay_create()
1481 VERIFY3U(0, ==, dmu_object_set_blocksize(os, lr->lr_foid, in ztest_replay_create()
[all …]