OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:td_node
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/tmpfs/
tmpfs_subr.c
427
KASSERT(wde != NULL && wde->
td_node
== TMPFS_NODE_WHITEOUT);
470
nde->
td_node
= NULL; /* for asserts */
482
KASSERT(de->
td_node
== NULL);
511
de->
td_node
= node;
556
tmpfs_node_t *node = de->
td_node
;
577
de->
td_node
= NULL;
637
KASSERT(de->
td_node
== node);
853
if (de->
td_node
== TMPFS_NODE_WHITEOUT) {
857
dent.d_fileno = de->
td_node
->tn_id;
858
dent.d_type = vtype2dt(de->
td_node
->tn_type)
[
all
...]
tmpfs_rename.c
287
KASSERT((*fdep)->
td_node
== VP_TO_TMPFS_NODE(fvp));
289
KASSERT((tvp == NULL) || ((*tdep)->
td_node
== VP_TO_TMPFS_NODE(tvp)));
331
KASSERT((*tdep)->
td_node
== VP_TO_TMPFS_NODE(tvp));
405
KASSERT((*dep)->
td_node
== VP_TO_TMPFS_NODE(vp));
439
error = vcache_get(mp, &dirent->
td_node
, sizeof(dirent->
td_node
), &vp);
tmpfs_vnops.c
230
if (de == NULL || de->
td_node
== TMPFS_NODE_WHITEOUT) {
247
KASSERT(de->
td_node
== TMPFS_NODE_WHITEOUT);
253
tnode = de->
td_node
;
730
KASSERT(de && de->
td_node
== node);
884
if (de->
td_node
!= TMPFS_NODE_WHITEOUT) {
900
KASSERT(de && de->
td_node
== node);
930
KASSERT(de->
td_node
== TMPFS_NODE_WHITEOUT);
tmpfs.h
55
struct tmpfs_node *
td_node
;
member in struct:tmpfs_dirent
tmpfs_vfsops.c
273
cnode = de->
td_node
;
Completed in 17 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025