Home
last modified time | relevance | path

Searched refs:I_DSYNC (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h397 #define I_DSYNC 2 /* wait for the inode written to disk */ macro
H A Dudf_inode.h544 #define I_DSYNC 2 /* wait for the inode written to disk */ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_subr.c505 if (waitfor == I_DSYNC) { in ufs_syncip()
H A Dufs_dir.c866 if (err = TRANS_SYNCIP(sip, 0, I_DSYNC, TOP_FSYNC)) { in ufs_direnter_lr()
H A Dufs_vnops.c2584 error = TRANS_SYNCIP(ip, 0, I_DSYNC, TOP_FSYNC); in ufs_fsync()