Searched refs:ufs_iupdat (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_dir.c | 896 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() 2239 ufs_iupdat(tdp, I_SYNC); in ufs_dirmakeinode() 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() [all …]
|
H A D | ufs_xattr.c | 167 ufs_iupdat(ip, 1); in ufs_unhook_shadow()
|
H A D | ufs_trans.c | 172 ufs_iupdat(ip, waitfor); in ufs_trans_iupdat() 184 ufs_iupdat(ip, waitfor); in ufs_trans_iupdat() 286 ufs_iupdat(ip, 1); in ufs_trans_push_inode()
|
H A D | ufs_thread.c | 333 ufs_iupdat(dp, I_SYNC); in ufs_delete() 400 ufs_iupdat(ip, I_SYNC); in ufs_delete()
|
H A D | ufs_filio.c | 708 ufs_iupdat(ip, I_ASYNC); in ufs_mark_compressed()
|
H A D | ufs_acl.c | 141 ufs_iupdat(ip, 1); in ufs_si_store() 273 ufs_iupdat(sip, 1); in ufs_si_store() 342 ufs_iupdat(ip, 1); in ufs_si_store()
|
H A D | ufs_subr.c | 526 ufs_iupdat(ip, 1); in ufs_syncip() 552 ufs_iupdat(ip, waitfor); in ufs_syncip()
|
H A D | ufs_inode.c | 835 ufs_iupdat(struct inode *ip, int waitfor) in ufs_iupdat() function 1416 ufs_iupdat(oip, I_SYNC); /* do sync inode update */ in ufs_itrunc()
|
H A D | ufs_bmap.c | 1156 ufs_iupdat(ip, I_SYNC); in ufs_undo_allocation()
|
H A D | ufs_vnops.c | 1319 ufs_iupdat(ip, 1); in wrip() 1532 ufs_iupdat(ip, 1); in rdip() 2390 ufs_iupdat(ip, 1); in ufs_setattr() 2659 ufs_iupdat(ip, I_SYNC); in ufs_fsync()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | ufs_inode.h | 839 extern void ufs_iupdat(struct inode *, int);
|