Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h1713 long os_mapcnt; member
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c10833 osp->os_mapcnt += btopr(len); in nfs4_addmap()
15008 osp->os_open_ref_count > 0 || osp->os_mapcnt > 0) { in nfs4close_notw()
15356 ASSERT(osp->os_mapcnt == 0); in nfs4close_one()
15358 osp->os_mapcnt = 0; in nfs4close_one()
15362 ASSERT(osp->os_mapcnt >= btopr(len)); in nfs4close_one()
15374 osp->os_mapcnt -= btopr(len); in nfs4close_one()
15433 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()