Home
last modified time | relevance | path

Searched refs:z_log (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h60 zilog_t *z_log; /* intent log pointer */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c664 if (zfsvfs->z_log && in zfs_read()
666 zil_commit(zfsvfs->z_log, zp->z_id); in zfs_read()
752 zilog_t *zilog = zfsvfs->z_log; in zfs_write_clear_setid_bits_if_necessary()
896 zilog = zfsvfs->z_log; in zfs_write()
1610 zilog = zfsvfs->z_log; in zfs_create()
1854 zilog = zfsvfs->z_log; in zfs_remove()
2105 zilog = zfsvfs->z_log; in zfs_mkdir()
2265 zilog = zfsvfs->z_log; in zfs_rmdir()
2676 zil_commit(zfsvfs->z_log, zp->z_id); in zfs_fsync()
3105 zilog = zfsvfs->z_log; in zfs_setattr()
[all …]
H A Dzfs_vfsops.c176 if (zfsvfs->z_log != NULL) in zfs_sync()
177 zil_commit(zfsvfs->z_log, 0); in zfs_sync()
1262 zfsvfs->z_log = zil_open(zfsvfs->z_os, zfs_get_data); in zfsvfs_setup()
1312 zil_destroy(zfsvfs->z_log, B_FALSE); in zfsvfs_setup()
2192 if (zfsvfs->z_log) { in zfsvfs_teardown()
2193 zil_close(zfsvfs->z_log); in zfsvfs_teardown()
2194 zfsvfs->z_log = NULL; in zfsvfs_teardown()
H A Dzfs_dir.c1063 (void) zfs_log_create(zfsvfs->z_log, tx, TX_MKXATTR, zp, in zfs_make_xattrdir()
H A Dzfs_replay.c762 (void) zil_replaying(zfsvfs->z_log, tx); in zfs_replay_write2()
H A Dzfs_znode.c1772 zilog_t *zilog = zfsvfs->z_log; in zfs_freesp()
H A Dzfs_acl.c1995 zilog_t *zilog = zfsvfs->z_log; in zfs_setacl()