Home
last modified time | relevance | path

Searched refs:ISYNC (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c226 { "SYNC", ISYNC, ISYNC }, in inode()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dudf_inode.h496 #define ISYNC 0x0080 /* do all allocation synchronously */ macro
H A Dufs_inode.h356 #define ISYNC 0x0080 /* do all allocation synchronously */ macro
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c423 if (!rewrite && (ip->i_flag & ISYNC)) { in ufs_directio_write()
H A Dufs_bmap.c356 issync = ((ip->i_flag & ISYNC) != 0); in bmap_write()
H A Dufs_vnops.c824 ip->i_flag |= ISYNC; in wrip()
1313 if ((ip->i_flag & ISYNC) != 0) { in wrip()
1332 ip->i_flag &= ~(INOACC | ISYNC); in wrip()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c3161 ip->i_flag |= ISYNC; in ud_wrip()
3401 if ((ip->i_flag & ISYNC) != 0) { in ud_wrip()
3418 ip->i_flag &= ~(INOACC | ISYNC); in ud_wrip()
H A Dudf_bmap.c225 issync = ((ip->i_flag & ISYNC) != 0); in ud_bmap_write()