OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unsp
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/unionfs/
unionfs_subr.c
142
struct unionfs_node_status *
unsp
;
local in function:unionfs_noderem
169
while ((
unsp
= LIST_FIRST(&(unp->un_unshead))) != NULL) {
170
LIST_REMOVE(
unsp
, uns_list);
171
free(
unsp
, M_TEMP);
184
struct unionfs_node_status *
unsp
;
local in function:unionfs_get_node_status
194
LIST_FOREACH(
unsp
, &(unp->un_unshead), uns_list) {
195
if (
unsp
->uns_pid == pid &&
unsp
->uns_lid == lid) {
196
*unspp =
unsp
;
202
unsp
= kmem_zalloc(sizeof(*unsp), KM_SLEEP)
[
all
...]
unionfs_vnops.c
450
struct unionfs_node_status *
unsp
;
local in function:unionfs_open
465
unionfs_get_node_status(unp, &
unsp
);
467
if (
unsp
->uns_lower_opencnt > 0 ||
unsp
->uns_upper_opencnt > 0) {
469
if (
unsp
->uns_upper_opencnt > 0)
496
unsp
->uns_lower_opencnt <= 0) {
503
unsp
->uns_node_flag |= UNS_OPENL_4_READDIR;
504
unsp
->uns_lower_opencnt++;
506
unsp
->uns_upper_opencnt++;
508
unsp
->uns_lower_opencnt++
528
struct unionfs_node_status *
unsp
;
local in function:unionfs_close
850
struct unionfs_node_status *
unsp
;
local in function:unionfs_ioctl
878
struct unionfs_node_status *
unsp
;
local in function:unionfs_poll
899
struct unionfs_node_status *
unsp
;
local in function:unionfs_fsync
1372
struct unionfs_node_status *
unsp
;
local in function:unionfs_readdir
1656
struct unionfs_node_status *
unsp
;
local in function:unionfs_advlock
[
all
...]
Completed in 14 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025