OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fstrans_lwp_info
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/kern/
vfs_trans.c
74
struct
fstrans_lwp_info
{
struct
75
struct
fstrans_lwp_info
*fli_succ;
78
struct
fstrans_lwp_info
*fli_alias;
84
LIST_ENTRY(
fstrans_lwp_info
) fli_list;
106
static LIST_HEAD(fstrans_lwp_head,
fstrans_lwp_info
) fstrans_fli_head;
107
/* List of all
fstrans_lwp_info
. */
108
static pool_cache_t fstrans_lwp_cache; /* Cache of
fstrans_lwp_info
. */
118
static inline struct
fstrans_lwp_info
*
120
static struct
fstrans_lwp_info
*fstrans_alloc_lwp_info(struct mount *);
144
fstrans_lwp_cache = pool_cache_init(sizeof(struct
fstrans_lwp_info
),
[
all
...]
vfs_trans.c
74
struct
fstrans_lwp_info
{
struct
75
struct
fstrans_lwp_info
*fli_succ;
78
struct
fstrans_lwp_info
*fli_alias;
84
LIST_ENTRY(
fstrans_lwp_info
) fli_list;
106
static LIST_HEAD(fstrans_lwp_head,
fstrans_lwp_info
) fstrans_fli_head;
107
/* List of all
fstrans_lwp_info
. */
108
static pool_cache_t fstrans_lwp_cache; /* Cache of
fstrans_lwp_info
. */
118
static inline struct
fstrans_lwp_info
*
120
static struct
fstrans_lwp_info
*fstrans_alloc_lwp_info(struct mount *);
144
fstrans_lwp_cache = pool_cache_init(sizeof(struct
fstrans_lwp_info
),
[
all
...]
vfs_trans.c
74
struct
fstrans_lwp_info
{
struct
75
struct
fstrans_lwp_info
*fli_succ;
78
struct
fstrans_lwp_info
*fli_alias;
84
LIST_ENTRY(
fstrans_lwp_info
) fli_list;
106
static LIST_HEAD(fstrans_lwp_head,
fstrans_lwp_info
) fstrans_fli_head;
107
/* List of all
fstrans_lwp_info
. */
108
static pool_cache_t fstrans_lwp_cache; /* Cache of
fstrans_lwp_info
. */
118
static inline struct
fstrans_lwp_info
*
120
static struct
fstrans_lwp_info
*fstrans_alloc_lwp_info(struct mount *);
144
fstrans_lwp_cache = pool_cache_init(sizeof(struct
fstrans_lwp_info
),
[
all
...]
Completed in 31 milliseconds
Indexes created Tue Sep 30 07:10:03 GMT 2025