Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c322 int issync, metaflag, isdirquota; in bmap_write() local
347 metaflag = isdirquota = 0; in bmap_write()
350 isdirquota = metaflag = I_DIR; in bmap_write()
354 isdirquota = metaflag = I_QUOTA; in bmap_write()
358 if (isdirquota || issync) { in bmap_write()
567 if (isdirquota && (ip->i_size || in bmap_write()
835 if (isdirquota || (issync && in bmap_write()