Home
last modified time | relevance | path

Searched defs:mount_opts (Results 1 – 2 of 2) sorted by relevance

/external/libfuse/lib/
Dmount.c64 struct mount_opts { struct
73 char *fusermount_opts; argument
78 #define FUSE_MOUNT_OPT(t, p) { t, offsetof(struct mount_opts, p), 1 } argument
Dmount_bsd.c41 struct mount_opts { struct
51 { "allow_other", offsetof(struct mount_opts, allow_other), 1 }, argument