Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_vnops.c786 int argoplist_size; in nfs4open_otw() local
870 argoplist_size = numops * sizeof (nfs_argop4); in nfs4open_otw()
871 argop = kmem_alloc(argoplist_size, KM_SLEEP); in nfs4open_otw()
925 kmem_free(argop, argoplist_size); in nfs4open_otw()
997 kmem_free(argop, argoplist_size); in nfs4open_otw()
1071 kmem_free(argop, argoplist_size); in nfs4open_otw()
1159 kmem_free(argop, argoplist_size); in nfs4open_otw()
1229 kmem_free(argop, argoplist_size); in nfs4open_otw()
1280 kmem_free(argop, argoplist_size); in nfs4open_otw()
1375 kmem_free(argop, argoplist_size); in nfs4open_otw()
[all …]
H A Dnfs4_srv_deleg.c840 int argoplist_size; in rfs4_do_cb_recall() local
850 argoplist_size = numops * sizeof (nfs_cb_argop4); in rfs4_do_cb_recall()
851 argop = kmem_zalloc(argoplist_size, KM_SLEEP); in rfs4_do_cb_recall()
H A Dnfs4_stub_vnops.c1382 int argoplist_size = 3 * sizeof (nfs_argop4); in nfs4_fetch_locations() local
1427 argop = kmem_alloc(argoplist_size, KM_SLEEP); in nfs4_fetch_locations()
1465 kmem_free(argop, argoplist_size); in nfs4_fetch_locations()
1512 kmem_free(argop, argoplist_size); in nfs4_fetch_locations()