Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c225 { "SYNC", ISYNC, ISYNC }, in inode()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h356 #define ISYNC 0x0080 /* do all allocation synchronously */ macro
H A Dudf_inode.h496 #define ISYNC 0x0080 /* do all allocation synchronously */ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c406 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.c754 ip->i_flag |= ISYNC; in wrip()
1243 if ((ip->i_flag & ISYNC) != 0) { in wrip()
1262 ip->i_flag &= ~(INOACC | ISYNC); in wrip()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c3160 ip->i_flag |= ISYNC; in ud_wrip()
3400 if ((ip->i_flag & ISYNC) != 0) { in ud_wrip()
3417 ip->i_flag &= ~(INOACC | ISYNC); in ud_wrip()
H A Dudf_bmap.c223 issync = ((ip->i_flag & ISYNC) != 0); in ud_bmap_write()