Searched refs:mount_opts (Results 1 – 8 of 8) sorted by relevance
/third_party/libfuse/lib/ |
D | mount_bsd.c | 41 struct mount_opts { struct 51 { "allow_other", offsetof(struct mount_opts, allow_other), 1 }, argument 52 { "max_read=%u", offsetof(struct mount_opts, max_read), 1 }, 106 unsigned get_max_read(struct mount_opts *o) in get_max_read() 115 struct mount_opts *mo = data; in fuse_mount_opt_proc() 260 struct mount_opts *parse_mount_opts(struct fuse_args *args) in parse_mount_opts() 262 struct mount_opts *mo; in parse_mount_opts() 264 mo = (struct mount_opts*) malloc(sizeof(struct mount_opts)); in parse_mount_opts() 268 memset(mo, 0, sizeof(struct mount_opts)); in parse_mount_opts() 281 void destroy_mount_opts(struct mount_opts *mo) in destroy_mount_opts() [all …]
|
D | fuse_i.h | 12 struct mount_opts; 49 struct mount_opts *mo; 161 struct mount_opts *parse_mount_opts(struct fuse_args *args); 162 void destroy_mount_opts(struct mount_opts *mo); 164 unsigned get_max_read(struct mount_opts *o); 166 int fuse_kern_mount(const char *mountpoint, struct mount_opts *mo);
|
D | mount.c | 65 struct mount_opts { struct 79 #define FUSE_MOUNT_OPT(t, p) { t, offsetof(struct mount_opts, p), 1 } argument 164 unsigned get_max_read(struct mount_opts *o) in get_max_read() 191 struct mount_opts *mo = data; in fuse_mount_opt_proc() 371 static int fuse_mount_fusermount(const char *mountpoint, struct mount_opts *mo, in fuse_mount_fusermount() 448 static int fuse_mount_sys(const char *mnt, struct mount_opts *mo, in fuse_mount_sys() 585 struct mount_opts *parse_mount_opts(struct fuse_args *args) in parse_mount_opts() 587 struct mount_opts *mo; in parse_mount_opts() 589 mo = (struct mount_opts*) malloc(sizeof(struct mount_opts)); in parse_mount_opts() 593 memset(mo, 0, sizeof(struct mount_opts)); in parse_mount_opts() [all …]
|
D | helper.c | 463 struct mount_opts *opts = NULL; in fuse_open_channel()
|
D | fuse_lowlevel.c | 3020 struct mount_opts *mo;
|
/third_party/ntfs-3g/libfuse-lite/ |
D | mount.c | 58 struct mount_opts { struct 78 #define FUSE_MOUNT_OPT(t, p) { t, offsetof(struct mount_opts, p), 1 } argument 268 struct mount_opts *mo = data; in fuse_mount_opt_proc() 481 static int fuse_mount_sys(const char *mnt, struct mount_opts *mo, in fuse_mount_sys() 612 struct mount_opts mo; in fuse_kern_mount()
|
/third_party/ltp/testcases/kernel/mce-test/stress/ |
D | hwpoison.sh | 203 local mount_opts 207 [ $g_fstype = cifs ] && mount_opts="-o password=""" 229 …silent_exec mount -t $g_fstype $mount_opts $g_netdev $g_testdir || err "cannot mount $g_fstype $mo…
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 45954 struct pts_mount_opts mount_opts; member 49172 struct mount_opts { struct 49647 struct ramfs_mount_opts mount_opts; member 50090 struct debugfs_mount_opts mount_opts; member 50132 struct tracefs_mount_opts mount_opts; member
|