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

/illumos-gate/usr/src/cmd/mdb/common/modules/ufs/
H A Dufs.c226 { "SYNC", ISYNC, ISYNC },
/illumos-gate/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
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c356 issync = ((ip->i_flag & ISYNC) != 0);
685 * In the ISYNC case, wrip will notice that the block
H A Dufs_directio.c423 if (!rewrite && (ip->i_flag & ISYNC)) {
H A Dufs_vnops.c824 ip->i_flag |= ISYNC;
1313 if ((ip->i_flag & ISYNC) != 0) {
1332 ip->i_flag &= ~(INOACC | ISYNC);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_bmap.c225 issync = ((ip->i_flag & ISYNC) != 0);
H A Dudf_vnops.c3181 ip->i_flag |= ISYNC;
3421 if ((ip->i_flag & ISYNC) != 0) {
3438 ip->i_flag &= ~(INOACC | ISYNC);

Completed in 113 milliseconds