Searched refs:TX_CI (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_replay.c | 314 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl() 361 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl() 476 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create() 510 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create() 627 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove() 669 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link() 704 if (lr->lr_common.lrc_txtype & TX_CI) in do_zfs_replay_rename()
|
H A D | zil.c | 2552 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_RENAME) in zil_itx_assign() 4203 (u_longlong_t)(lr->lrc_txtype & ~TX_CI), in zil_replay_error() 4204 (lr->lrc_txtype & TX_CI) ? "CI" : ""); in zil_replay_error() 4228 txtype &= ~TX_CI; in zil_replay_log_record()
|
H A D | zfs_log.c | 437 ASSERT((txtype & ~TX_CI) == TX_REMOVE); in zfs_log_remove()
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_vnops_os.c | 773 txtype |= TX_CI; in zfs_create() 1178 txtype |= TX_CI; in zfs_remove() 1377 txtype |= TX_CI; in zfs_mkdir() 1507 txtype |= TX_CI; in zfs_rmdir() 3184 (flags & FIGNORECASE ? TX_CI : 0), sdzp, sdl->dl_name, in zfs_rename() 3189 (flags & FIGNORECASE ? TX_CI : 0), sdzp, sdl->dl_name, in zfs_rename() 3194 zfs_log_rename(zilog, tx, (flags & FIGNORECASE ? TX_CI : 0), in zfs_rename() 3412 txtype |= TX_CI; in zfs_symlink() 3650 txtype |= TX_CI; in zfs_link()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zil.h | 177 #define TX_CI ((uint64_t)0x1 << 63) /* case-insensitive behavior requested */ macro
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb_il.c | 434 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()
|