Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h222 uint64_t lr_foid; /* object id */ member
245 uint64_t lr_foid; /* object id of created file object */ member
311 uint64_t lr_foid; /* file object to write */ member
321 uint64_t lr_foid; /* object id of file to truncate */ member
328 uint64_t lr_foid; /* file object to change attributes */ member
341 uint64_t lr_foid; /* obj id of file */ member
348 uint64_t lr_foid; /* obj id of file */ member
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb_il.c90 LR_FOID_GET_OBJ(lr->lr_foid), in zil_prt_rec_create()
91 LR_FOID_GET_SLOTS(lr->lr_foid), in zil_prt_rec_create()
159 (u_longlong_t)lr->lr_foid, (u_longlong_t)lr->lr_offset, in zil_prt_rec_write()
185 lr->lr_foid, ZB_ZIL_LEVEL, in zil_prt_rec_write()
217 (u_longlong_t)lr->lr_foid, (longlong_t)lr->lr_offset, in zil_prt_rec_truncate()
230 (u_longlong_t)lr->lr_foid, (u_longlong_t)lr->lr_mask); in zil_prt_rec_setattr()
274 (u_longlong_t)lr->lr_foid, (u_longlong_t)lr->lr_aclcnt); in zil_prt_rec_acl()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c319 objid = LR_FOID_GET_OBJ(lr->lr_foid); in zfs_replay_create_acl()
320 dnodesize = LR_FOID_GET_SLOTS(lr->lr_foid) << DNODE_SHIFT; in zfs_replay_create_acl()
453 uint64_t objid = LR_FOID_GET_OBJ(lr->lr_foid); in zfs_replay_create()
454 int dnodesize = LR_FOID_GET_SLOTS(lr->lr_foid) << DNODE_SHIFT; in zfs_replay_create()
671 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) { in zfs_replay_write()
737 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) in zfs_replay_write2()
784 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) in zfs_replay_truncate()
821 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) in zfs_replay_setattr()
825 lr->lr_uid, lr->lr_gid, 0, lr->lr_foid); in zfs_replay_setattr()
870 if ((error = zfs_zget(zfsvfs, lr->lr_foid, &zp)) != 0) in zfs_replay_acl_v0()
[all …]
H A Dzfs_log.c294 lr->lr_foid = zp->z_id; in zfs_log_create()
296 LR_FOID_SET_SLOTS(lr->lr_foid, zp->z_dnodesize >> DNODE_SHIFT); in zfs_log_create()
435 lr->lr_foid = zp->z_id; in zfs_log_symlink()
528 lr->lr_foid = zp->z_id; in zfs_log_write()
562 lr->lr_foid = zp->z_id; in zfs_log_truncate()
599 lr->lr_foid = zp->z_id; in zfs_log_setattr()
666 lr->lr_foid = zp->z_id; in zfs_log_acl()
H A Dzil.c302 SET_BOOKMARK(&zb, dmu_objset_id(zilog->zl_os), lr->lr_foid, in zil_read_log_data()
1843 LR_FOID_GET_OBJ(((lr_ooo_t *)&itx->itx_lr)->lr_foid); in zil_itx_assign()
3327 LR_FOID_GET_OBJ(((lr_ooo_t *)lr)->lr_foid), NULL); in zil_replay_log_record()
H A Ddmu_traverse.c111 SET_BOOKMARK(&zb, td->td_objset, lr->lr_foid, in traverse_zil_record()
H A Dzvol.c1102 lr->lr_foid = ZVOL_OBJ; in zvol_log_write()
1596 lr->lr_foid = ZVOL_OBJ; in zvol_log_truncate()
H A Ddsl_scan.c1397 lr->lr_foid, ZB_ZIL_LEVEL, in dsl_scan_zil_record()
H A Dzfs_vnops.c1222 uint64_t object = lr->lr_foid; in zfs_get_data()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1686 if (lr->lr_foid == 0) { in ztest_replay_create()
1687 lr->lr_foid = zap_create_dnsize(os, in ztest_replay_create()
1696 if (lr->lr_foid == 0) { in ztest_replay_create()
1714 ASSERT(lr->lr_foid != 0); in ztest_replay_create()
1729 &lr->lr_foid, tx)); in ztest_replay_create()
1979 dmu_tx_hold_bonus(tx, lr->lr_foid); in ztest_replay_setattr()
2085 uint64_t object = lr->lr_foid; in ztest_get_data()
2263 od->od_object = lr->lr_foid; in ztest_create()
2323 lr->lr_foid = object; in ztest_write()
2346 lr->lr_foid = object; in ztest_truncate()
[all …]