Searched defs:iupdat_flag (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c3136 int32_t error = 0, iupdat_flag, n, on, mapon, i_size_changed = 0; local
3182 iupdat_flag = 1;
3322 iupdat_flag = 0;
3426 ((ioflag & FSYNC) && iupdat_flag)) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c747 int iupdat_flag, directio_status; local
825 iupdat_flag = 1;
1180 iupdat_flag = 0;
1318 ((ioflag & FSYNC) && iupdat_flag)) {

Completed in 61 milliseconds