usr/src/uts/common/fs/zfs/sys/zfs_znode.h
changeset 3638 6b28ebc717aa
parent 3461 c19b22f347d6
child 3897 278bade789ba
equal deleted inserted replaced
3637:526d8412c163 3638:6b28ebc717aa
   262 extern void zfs_log_symlink(zilog_t *zilog, dmu_tx_t *tx, int txtype,
   262 extern void zfs_log_symlink(zilog_t *zilog, dmu_tx_t *tx, int txtype,
   263     znode_t *dzp, znode_t *zp, char *name, char *link);
   263     znode_t *dzp, znode_t *zp, char *name, char *link);
   264 extern void zfs_log_rename(zilog_t *zilog, dmu_tx_t *tx, int txtype,
   264 extern void zfs_log_rename(zilog_t *zilog, dmu_tx_t *tx, int txtype,
   265     znode_t *sdzp, char *sname, znode_t *tdzp, char *dname, znode_t *szp);
   265     znode_t *sdzp, char *sname, znode_t *tdzp, char *dname, znode_t *szp);
   266 extern void zfs_log_write(zilog_t *zilog, dmu_tx_t *tx, int txtype,
   266 extern void zfs_log_write(zilog_t *zilog, dmu_tx_t *tx, int txtype,
   267     znode_t *zp, offset_t off, ssize_t len, int ioflag, uio_t *uio);
   267     znode_t *zp, offset_t off, ssize_t len, int ioflag);
   268 extern void zfs_log_truncate(zilog_t *zilog, dmu_tx_t *tx, int txtype,
   268 extern void zfs_log_truncate(zilog_t *zilog, dmu_tx_t *tx, int txtype,
   269     znode_t *zp, uint64_t off, uint64_t len);
   269     znode_t *zp, uint64_t off, uint64_t len);
   270 extern void zfs_log_setattr(zilog_t *zilog, dmu_tx_t *tx, int txtype,
   270 extern void zfs_log_setattr(zilog_t *zilog, dmu_tx_t *tx, int txtype,
   271     znode_t *zp, vattr_t *vap, uint_t mask_applied);
   271     znode_t *zp, vattr_t *vap, uint_t mask_applied);
   272 extern void zfs_log_acl(zilog_t *zilog, dmu_tx_t *tx, int txtype,
   272 extern void zfs_log_acl(zilog_t *zilog, dmu_tx_t *tx, int txtype,