Searched refs:argoplist_size (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_vnops.c | 786 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 D | nfs4_srv_deleg.c | 840 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 D | nfs4_stub_vnops.c | 1382 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()
|