Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c365 if (ip->i_mapcnt) in ufs_directio_write()
828 if (ip->i_mapcnt) in ufs_directio_read()
H A Dufs_filio.c525 if ((vp->v_count == 1) && (VTOI(vp)->i_mapcnt == 0)) in ufs_fioisbusy()
H A Dufs_vnops.c4331 if (ip->i_mapcnt > 0 && MANDLOCK(vp, ip->i_mode)) in ufs_frlock()
5598 ip->i_mapcnt += btopr(len); in ufs_addmap()
5616 ip->i_mapcnt -= btopr(len); /* Count released mappings */ in ufs_delmap()
5617 ASSERT(ip->i_mapcnt >= 0); in ufs_delmap()
H A Dufs_inode.c365 ip->i_mapcnt = 0; in ufs_alloc_inode()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h263 long i_mapcnt; /* mappings to file pages */ member
H A Dudf_inode.h442 long i_mapcnt; /* number of mappings of pages */ member
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1624 if ((ip->i_mapcnt > 0) && in udf_frlock()
2115 ip->i_mapcnt += btopr(len); in udf_addmap()
2136 ip->i_mapcnt -= btopr(len); /* Count released mappings */ in udf_delmap()
2137 ASSERT(ip->i_mapcnt >= 0); in udf_delmap()