OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pn_mtx
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/puffs/
puffs_node.c
89
mutex_enter(&pnode->
pn_mtx
);
96
mutex_exit(&pnode->
pn_mtx
);
107
mutex_exit(&pnode->
pn_mtx
);
129
mutex_exit(&pnode->
pn_mtx
);
313
KASSERT(mutex_owned(&pn->
pn_mtx
));
328
mutex_enter(&pn->
pn_mtx
);
330
mutex_exit(&pn->
pn_mtx
);
331
mutex_destroy(&pn->
pn_mtx
);
338
mutex_exit(&pn->
pn_mtx
);
puffs_subr.c
153
mutex_enter(&pn->
pn_mtx
);
155
mutex_exit(&pn->
pn_mtx
);
puffs_sys.h
209
kmutex_t
pn_mtx
;
member in struct:puffs_node
puffs_vfsops.c
762
mutex_init(&pnode->
pn_mtx
, MUTEX_DEFAULT, IPL_NONE);
845
mutex_enter(&pnp->
pn_mtx
);
847
mutex_exit(&pnp->
pn_mtx
);
puffs_vnops.c
689
mutex_enter(&b->
pn_mtx
); \
691
mutex_exit(&b->
pn_mtx
); \
697
mutex_enter(&b->
pn_mtx
); \
699
mutex_exit(&b->
pn_mtx
); \
1604
mutex_enter(&pn->
pn_mtx
);
1608
mutex_exit(&pn->
pn_mtx
);
1613
mutex_exit(&pn->
pn_mtx
);
Completed in 85 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025