OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mount_args
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/librefuse/refuse/
v25.c
83
struct fuse_args*
mount_args
;
local in function:fuse_new_v25
93
mount_args
= fuse_chan_args(chan);
95
if (
mount_args
->argc != args->argc) {
102
if (strcmp(
mount_args
->argv[i], args->argv[i]) != 0) {
/src/tests/fs/vfs/
t_rwtoro.c
64
}
mount_args
;
local in function:remount_ro
73
mount_args_length = sizeof(
mount_args
);
74
memset(&
mount_args
, 0, mount_args_length);
76
mount_args
.tmpfs.ta_version = TMPFS_ARGS_VERSION;
78
&
mount_args
, mount_args_length);
83
&
mount_args
, mount_args_length);
/src/sys/fs/nilfs/
nilfs_vfsops.c
576
if (ump->
mount_args
.cpno == args->cpno)
591
if (ump->
mount_args
.cpno == last_cno)
719
"%"PRIu64"\n", ump->
mount_args
.cpno));
745
fcpno = ump->
mount_args
.cpno + NILFS_CPFILE_FIRST_CHECKPOINT_OFFSET -1;
765
if (nilfs_rw64(cp->cp_cno) != ump->
mount_args
.cpno) {
768
ump->
mount_args
.cpno, nilfs_rw64(cp->cp_cno));
775
if (ump->
mount_args
.cpno != last_cno) {
779
"snapshot\n", ump->
mount_args
.cpno);
857
*args = ump->
mount_args
;
949
ump->
mount_args
= *args
[
all
...]
nilfs.h
170
struct nilfs_args
mount_args
; /* flags RO access */
member in struct:nilfs_mount
/src/sys/fs/udf/
udf.h
274
struct udf_args
mount_args
;
member in struct:udf_mount
udf_vfsops.c
323
*args = ump->
mount_args
;
608
ump->
mount_args
= *args;
udf_vnops.c
930
uid = ump->
mount_args
.anon_uid;
932
gid = ump->
mount_args
.anon_gid;
udf_subr.c
864
struct udf_args *args = &ump->
mount_args
;
1119
/* struct udf_args *args = &ump->
mount_args
; */
1535
/* struct udf_args *args = &ump->
mount_args
; */
1669
/* struct udf_args *args = &ump->
mount_args
; */
1881
/* struct udf_args *args = &ump->
mount_args
; */
2077
if (ump->
mount_args
.udfmflags & UDFMNT_CLOSESESSION)
3281
/* struct udf_args *args = &ump->
mount_args
; */
3343
/* struct udf_args *args = &ump->
mount_args
; */
3575
sessionnr = ump->
mount_args
.sessionnr;
4323
secs -= ump->
mount_args
.gmtoff
[
all
...]
Completed in 20 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025