OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newtdi
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/chfs/
chfs_readinode.c
326
struct chfs_tmp_dnode_info *
newtdi
;
local in function:chfs_add_tmp_dnode_to_tree
424
newtdi
= chfs_alloc_tmp_dnode_info();
425
chfs_add_tmp_dnode_to_tdi(
newtdi
, newtd);
428
struct chfs_tmp_dnode_info *tmp_tdi = rb_tree_insert_node(&rii->tdi_root,
newtdi
);
429
if (tmp_tdi !=
newtdi
) {
430
chfs_remove_tmp_dnode_from_tdi(
newtdi
, newtd);
432
chfs_kill_tdi(chmp,
newtdi
);
chfs_readinode.c
326
struct chfs_tmp_dnode_info *
newtdi
;
local in function:chfs_add_tmp_dnode_to_tree
424
newtdi
= chfs_alloc_tmp_dnode_info();
425
chfs_add_tmp_dnode_to_tdi(
newtdi
, newtd);
428
struct chfs_tmp_dnode_info *tmp_tdi = rb_tree_insert_node(&rii->tdi_root,
newtdi
);
429
if (tmp_tdi !=
newtdi
) {
430
chfs_remove_tmp_dnode_from_tdi(
newtdi
, newtd);
432
chfs_kill_tdi(chmp,
newtdi
);
Completed in 23 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025