Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c783 int argoplist_size; in nfs4open_otw() local
867 argoplist_size = numops * sizeof (nfs_argop4); in nfs4open_otw()
868 argop = kmem_alloc(argoplist_size, KM_SLEEP); in nfs4open_otw()
922 kmem_free(argop, argoplist_size); in nfs4open_otw()
994 kmem_free(argop, argoplist_size); in nfs4open_otw()
1068 kmem_free(argop, argoplist_size); in nfs4open_otw()
1156 kmem_free(argop, argoplist_size); in nfs4open_otw()
1226 kmem_free(argop, argoplist_size); in nfs4open_otw()
1277 kmem_free(argop, argoplist_size); in nfs4open_otw()
1372 kmem_free(argop, argoplist_size); in nfs4open_otw()
[all …]
H A Dnfs4_srv_deleg.c845 int argoplist_size; in rfs4_do_cb_recall() local
855 argoplist_size = numops * sizeof (nfs_cb_argop4); in rfs4_do_cb_recall()
856 argop = kmem_zalloc(argoplist_size, KM_SLEEP); in rfs4_do_cb_recall()
H A Dnfs4_stub_vnops.c1387 int argoplist_size = 3 * sizeof (nfs_argop4); in nfs4_fetch_locations() local
1432 argop = kmem_alloc(argoplist_size, KM_SLEEP); in nfs4_fetch_locations()
1470 kmem_free(argop, argoplist_size); in nfs4_fetch_locations()
1517 kmem_free(argop, argoplist_size); in nfs4_fetch_locations()