OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lockf
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/fs/v7fs/
v7fs_extern.h
56
struct
lockf
*
lockf
; /* advlock */
member in struct:v7fs_node
/src/sys/fs/sysvbfs/
sysvbfs.h
49
struct
lockf
*
lockf
; /* advlock */
member in struct:sysvbfs_node
/src/sys/kern/
vfs_lockf.c
49
#include <sys/
lockf
.h>
57
* The
lockf
structure is a kernel structure which contains the information
58
* associated with a byte range lock. The
lockf
structures are linked into
69
TAILQ_HEAD(locklist,
lockf
);
71
struct
lockf
{
struct
78
struct
lockf
**lf_head; /* Back pointer to the head of
lockf
list */
79
struct
lockf
*lf_next; /* Next lock on this vnode, or blocking lock */
81
TAILQ_ENTRY(
lockf
) lf_block;/* A request waiting for a lock */
89
static char lockstr[] = "
lockf
";
[
all
...]
/src/sys/fs/nilfs/
nilfs.h
203
struct
lockf
*
lockf
; /* lock list */
member in struct:nilfs_node
/src/sys/fs/udf/
udf.h
399
struct
lockf
*
lockf
; /* lock list */
member in struct:udf_node
/src/lib/libc/include/
namespace.h
516
#define
lockf
_lockf
macro
Completed in 16 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025