Searched refs:has_holes (Results 1 – 3 of 3) sorted by relevance
335 int on, n, error, newerror, len, has_holes; in ufs_directio_write() local390 has_holes = -1; in ufs_directio_write()409 has_holes = bmap_has_holes(ip); in ufs_directio_write()410 if (has_holes) in ufs_directio_write()519 if (has_holes < 0) in ufs_directio_write()520 has_holes = bmap_has_holes(ip); in ufs_directio_write()521 if (has_holes) { in ufs_directio_write()
4415 int has_holes; in ufs_getpage() local4521 has_holes = bmap_has_holes(ip); in ufs_getpage()4523 if ((rw == S_WRITE || rw == S_CREATE) && has_holes && !beyond_eof) { in ufs_getpage()4600 if (protp && has_holes && rw != S_WRITE && rw != S_CREATE) in ufs_getpage()4685 if (plarr && !(has_holes && (rw == S_WRITE || rw == S_CREATE))) { in ufs_getpage()4688 !(has_holes && (*protp & PROT_WRITE))); in ufs_getpage()
1675 int32_t error, has_holes, beyond_eof, seqmode, dolock; in udf_getpage() local1733 has_holes = ud_bmap_has_holes(ip); in udf_getpage()1735 if ((rw == S_WRITE || rw == S_CREATE) && (has_holes || beyond_eof)) { in udf_getpage()1801 if (protp && has_holes && rw != S_WRITE && rw != S_CREATE) { in udf_getpage()1879 if (plarr && !(has_holes && (rw == S_WRITE || rw == S_CREATE))) { in udf_getpage()1882 !(has_holes && (*protp & PROT_WRITE))); in udf_getpage()