Searched defs:has_holes (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c352 int on, n, error, newerror, len, has_holes; local
407 has_holes = -1;
426 has_holes = bmap_has_holes(ip);
427 if (has_holes)
536 if (has_holes < 0)
537 has_holes = bmap_has_holes(ip);
538 if (has_holes) {
H A Dufs_vnops.c4543 int has_holes; local
4649 has_holes = bmap_has_holes(ip);
4651 if ((rw == S_WRITE || rw == S_CREATE) && has_holes && !beyond_eof) {
4728 if (protp && has_holes && rw != S_WRITE && rw != S_CREATE)
4813 if (plarr && !(has_holes && (rw == S_WRITE || rw == S_CREATE))) {
4816 !(has_holes && (*protp & PROT_WRITE)));
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1675 int32_t error, has_holes, beyond_eof, seqmode, dolock; local
1733 has_holes = ud_bmap_has_holes(ip);
1735 if ((rw == S_WRITE || rw == S_CREATE) && (has_holes || beyond_eof)) {
1801 if (protp && has_holes && rw != S_WRITE && rw != S_CREATE) {
1879 if (plarr && !(has_holes && (rw == S_WRITE || rw == S_CREATE))) {
1882 !(has_holes && (*protp & PROT_WRITE)));

Completed in 62 milliseconds