Home
last modified time | relevance | path

Searched refs:rootmode (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dcheckroot.sh27 rootmode=rw
55 rootmode=ro
62 if [ "$rootmode" = "ro" -a "$ROOTFS_READ_ONLY" = "no" ] || \
63 [ "$rootmode" = "rw" -a "$ROOTFS_READ_ONLY" = "yes" ]; then
146 mount -n -o remount,$rootmode /
147 if test "$rootmode" = rw
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dfuse_i.h508 unsigned int rootmode; member
H A Dinode.c580 ctx->rootmode = result.uint_32; in fuse_parse_param()
1410 root = fuse_get_root_inode(sb, ctx->rootmode); in fuse_fill_super_common()
H A Dvirtio_fs.c1286 ctx->rootmode = S_IFDIR; in virtio_fs_ctx_set_defaults()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfuse.rst74 rootmode=M