Home
last modified time | relevance | path

Searched refs:TX_CI (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_replay.c309 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create_acl()
355 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create_acl()
460 txtype = (lr->lr_common.lrc_txtype & ~TX_CI); in zfs_replay_create()
494 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_create()
593 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_remove()
633 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_link()
665 if (lr->lr_common.lrc_txtype & TX_CI) in zfs_replay_rename()
H A Dzil.c1943 if ((itx->itx_lr.lrc_txtype & ~TX_CI) == TX_RENAME) in zil_itx_assign()
3491 (u_longlong_t)(lr->lrc_txtype & ~TX_CI), in zil_replay_error()
3492 (lr->lrc_txtype & TX_CI) ? "CI" : ""); in zil_replay_error()
3516 txtype &= ~TX_CI; in zil_replay_log_record()
H A Dzfs_log.c440 ASSERT((txtype & ~TX_CI) == TX_REMOVE); in zfs_log_remove()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzil.h172 #define TX_CI ((uint64_t)0x1 << 63) /* case-insensitive behavior requested */ macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c720 txtype |= TX_CI; in zfs_create()
1123 txtype |= TX_CI; in zfs_remove()
1321 txtype |= TX_CI; in zfs_mkdir()
1452 txtype |= TX_CI; in zfs_rmdir()
2957 (flags & FIGNORECASE ? TX_CI : 0), sdzp, in zfs_rename()
3159 txtype |= TX_CI; in zfs_symlink()
3394 txtype |= TX_CI; in zfs_link()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb_il.c324 (lr->lrc_txtype & TX_CI) ? "CI-" : "", in print_log_record()