OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lfs_cleanlock
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_subr.c
592
while (fs->
lfs_cleanlock
) {
593
printf("cleanlock=%p, waiting\n", fs->
lfs_cleanlock
);
599
fs->
lfs_cleanlock
= curlwp;
614
retval = (fs->
lfs_cleanlock
== curlwp);
633
fs->
lfs_cleanlock
= 0x0;
lfs.h
1126
struct lwp *
lfs_cleanlock
; /* LWP of lock holder */
member in struct:lfs
lfs_vfsops.c
1113
fs->
lfs_cleanlock
= 0;
Completed in 16 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025