Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1713 long os_mapcnt; member
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c10816 osp->os_mapcnt += btopr(len); in nfs4_addmap()
14975 osp->os_open_ref_count > 0 || osp->os_mapcnt > 0) { in nfs4close_notw()
15323 ASSERT(osp->os_mapcnt == 0); in nfs4close_one()
15325 osp->os_mapcnt = 0; in nfs4close_one()
15329 ASSERT(osp->os_mapcnt >= btopr(len)); in nfs4close_one()
15341 osp->os_mapcnt -= btopr(len); in nfs4close_one()
15400 if (osp->os_open_ref_count > 0 || osp->os_mapcnt > 0) { in nfs4close_one()
H A Dnfs4_client_state.c738 osp->os_mapcnt = 0; in create_open_stream()