Searched refs:z_mapcnt (Results 1 – 3 of 3) sorted by relevance
185 uint64_t z_mapcnt; /* number of pages mapped to file */ member
201 nzp->z_mapcnt = ozp->z_mapcnt; in zfs_znode_move_impl()649 zp->z_mapcnt = 0; in zfs_znode_alloc()
4516 if (zp->z_mapcnt > 0 && MANDMODE(zp->z_mode)) { in zfs_frlock()4793 atomic_add_64(&VTOZ(vp)->z_mapcnt, pages); in zfs_addmap()4826 ASSERT3U(VTOZ(vp)->z_mapcnt, >=, pages); in zfs_delmap()4827 atomic_add_64(&VTOZ(vp)->z_mapcnt, -pages); in zfs_delmap()