Searched refs:TX_CI (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_replay.c | 315 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl() 362 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl() 477 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create() 511 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create() 628 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove() 670 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link() 705 if (lr->lr_common.lrc_txtype & TX_CI) in do_zfs_replay_rename()
|
| H A D | zil.c | 2723 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_RENAME) in zil_itx_assign() 4690 (u_longlong_t)(lr->lrc_txtype & ~TX_CI), in zil_replay_error() 4691 (lr->lrc_txtype & TX_CI) ? "CI" : ""); in zil_replay_error() 4715 txtype &= ~TX_CI; in zil_replay_log_record()
|
| H A D | zfs_log.c | 438 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 | 777 txtype |= TX_CI; in zfs_create() 1184 txtype |= TX_CI; in zfs_remove() 1384 txtype |= TX_CI; in zfs_mkdir() 1516 txtype |= TX_CI; in zfs_rmdir() 3202 (flags & FIGNORECASE ? TX_CI : 0), sdzp, sdl->dl_name, in zfs_rename() 3207 (flags & FIGNORECASE ? TX_CI : 0), sdzp, sdl->dl_name, in zfs_rename() 3212 zfs_log_rename(zilog, tx, (flags & FIGNORECASE ? TX_CI : 0), in zfs_rename() 3431 txtype |= TX_CI; in zfs_symlink() 3671 txtype |= TX_CI; in zfs_link()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zil.h | 178 #define TX_CI ((uint64_t)0x1 << 63) /* case-insensitive behavior requested */ macro
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb_il.c | 433 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()
|