Home
last modified time | relevance | path

Searched refs:I_SYNC (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c896 ufs_iupdat(sip, I_SYNC); in ufs_direnter_lr()
1713 ufs_iupdat(npdp, I_SYNC); in ufs_dirfixdotdot()
1748 ufs_iupdat(opdp, I_SYNC); in ufs_dirfixdotdot()
1911 ufs_iupdat(tdp, I_SYNC); in ufs_diraddentry()
2291 ufs_iupdat(ip, I_SYNC); in ufs_dirmakeinode()
2353 ufs_iupdat(dp, I_SYNC); in ufs_dirmakedirect()
2397 ufs_iupdat(dp, I_SYNC); in ufs_dirmakedirect()
2728 ufs_iupdat(dp, I_SYNC); in ufs_dirremove()
2730 ufs_iupdat(ip, I_SYNC); in ufs_dirremove()
3263 ufs_iupdat(tdp, I_SYNC); in ufs_xattrmkdir()
[all …]
H A Dufs_thread.c337 ufs_iupdat(dp, I_SYNC); in ufs_delete()
404 ufs_iupdat(ip, I_SYNC); in ufs_delete()
H A Dquotacalls.c412 (void) TRANS_SYNCIP(qip, 0, I_SYNC, TOP_SYNCIP_CLOSEDQ); in closedq()
H A Dufs_bmap.c1156 ufs_iupdat(ip, I_SYNC); in ufs_undo_allocation()
H A Dufs_inode.c1418 ufs_iupdat(oip, I_SYNC); /* do sync inode update */ in ufs_itrunc()
H A Dufs_vnops.c2549 ufs_iupdat(ip, I_SYNC); in ufs_fsync()
2587 error = TRANS_SYNCIP(ip, 0, I_SYNC, TOP_FSYNC); in ufs_fsync()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h396 #define I_SYNC 1 /* wait for the inode written to disk */ macro
H A Dudf_inode.h543 #define I_SYNC 1 /* wait for the inode written to disk */ macro
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_inode.c291 if (ud_syncip(ip, B_INVAL, I_SYNC) != 0) { in ud_iget()
1911 (void) ud_syncip(ip, B_INVAL, I_SYNC); in ud_iflush()
H A Dudf_subr.c891 (void) ud_syncip(ip, B_ASYNC, I_SYNC); in ud_flushi()
H A Dudf_vfsops.c361 (void) ud_syncip(rip, B_INVAL, I_SYNC); in udf_unmount()
H A Dudf_vnops.c1514 error = ud_syncip(ip, 0, I_SYNC); /* Do synchronous writes */ in udf_fsync()