OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tr_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_dir.c
1126
boolean_t ignorequota, boolean_t checkrefquota, list_t *
tr_list
,
1226
list_insert_tail(
tr_list
, tr);
1233
parent_rsrv, netfree, ismos, TRUE,
tr_list
, tx, FALSE));
1250
list_t *
tr_list
;
local
1257
tr_list
= kmem_alloc(sizeof (list_t), KM_SLEEP);
1258
list_create(
tr_list
, sizeof (struct tempreserve),
1269
list_insert_tail(
tr_list
, tr);
1289
FALSE, asize > usize,
tr_list
, tx, TRUE);
1293
dsl_dir_tempreserve_clear(
tr_list
, tx);
1295
*tr_cookiep =
tr_list
;
1308
list_t *
tr_list
= tr_cookie;
local
[
all
...]
dsl_dir.c
1126
boolean_t ignorequota, boolean_t checkrefquota, list_t *
tr_list
,
1226
list_insert_tail(
tr_list
, tr);
1233
parent_rsrv, netfree, ismos, TRUE,
tr_list
, tx, FALSE));
1250
list_t *
tr_list
;
local
1257
tr_list
= kmem_alloc(sizeof (list_t), KM_SLEEP);
1258
list_create(
tr_list
, sizeof (struct tempreserve),
1269
list_insert_tail(
tr_list
, tr);
1289
FALSE, asize > usize,
tr_list
, tx, TRUE);
1293
dsl_dir_tempreserve_clear(
tr_list
, tx);
1295
*tr_cookiep =
tr_list
;
1308
list_t *
tr_list
= tr_cookie;
local
[
all
...]
Completed in 33 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026