OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:um_op
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/fs/union/
union_vfsops.c
132
args->mntflags = um->
um_op
;
176
um->
um_op
= args->mntflags & UNMNT_OPMASK;
177
switch (um->
um_op
) {
239
if (um->
um_op
== UNMNT_ABOVE) {
267
switch (um->
um_op
) {
280
panic("%s: bad
um_op
", __func__);
union.h
98
int
um_op
; /* Operation mode */
member in struct:union_mount
union_subr.c
826
(um->
um_op
== UNMNT_ABOVE ? cnp->cn_cred : um->um_cred), pnbuf);
870
(um->
um_op
== UNMNT_ABOVE ? cnp->cn_cred : um->um_cred),
union_vnops.c
405
if (um->
um_op
== UNMNT_BELOW) {
418
if (um->
um_op
== UNMNT_BELOW)
802
if (um->
um_op
== UNMNT_BELOW) {
/src/sys/fs/unionfs/
unionfs_vfsops.c
118
args->mntflags = ump->
um_op
;
245
ump->
um_op
= args->mntflags & UNMNT_OPMASK;
276
switch (ump->
um_op
) {
285
panic("%s: bad
um_op
", __func__);
unionfs.h
82
int
um_op
; /* Operation mode */
member in struct:unionfs_mount
Completed in 17 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025