Searched refs:mount (Results 1 - 7 of 7) sorted by relevance

/u-boot/test/fs/
H A Dfat-noncontig-test.sh90 sudo mount -o loop,uid=$(id -u) ${img} ${mnt}
92 echo Could not mount test filesystem
116 sudo mount -o ro,loop,uid=$(id -u) ${img} ${mnt}
118 echo Could not mount test filesystem
H A Dfs-test.sh26 PREREQ_BINS="sha256sum mkfs mount umount dd fallocate mkdir"
35 # Our mount directory will be in the sandbox
350 # $MOUNT_DIR is the path we can use to mount the image file.
354 sudo mount -o loop,rw "$1" "$MOUNT_DIR"
590 # Lets mount the image and test host hostfs commands
600 sudo mount -o loop,rw,$uid "$IMAGE" "$MOUNT_DIR"
/u-boot/scripts/
H A Dbuild-cb.sh15 sudo mount -o loop disk.img /mnt/rootfs
H A Dbuild-efi.sh144 sudo mount -o loop "${IMG}" $MNT
169 sudo mount -o loop "${dev}" $MNT
/u-boot/test/py/tests/
H A Dtest_ums.py98 # testing which mount filesystems.
146 def mount(): function in function:test_ums
157 cmd = ('/bin/mount', host_ums_part_node)
206 mount()
224 mount()
/u-boot/fs/ubifs/
H A Dsuper.c27 #include <linux/mount.h>
1100 * UBIFS mount options.
1135 * parse_standard_option - parse a standard mount option.
1138 * Normally, standard mount options like "sync" are passed to file-systems as
1157 * ubifs_parse_options - parse mount parameters.
1160 * @is_remount: non-zero if this is FS re-mount
1162 * This function parses UBIFS mount options and returns zero in case success
1238 ubifs_err(c, "unrecognized mount option \"%s\" or missing value",
1312 * check_free_space - check if there is enough free space to mount.
1322 ubifs_err(c, "insufficient free space to mount i
[all...]
H A Dubifs.h353 * Saved mount options for lazy filesystems using
396 #define FS_USERNS_DEV_MOUNT 16 /* A userns mount does not imply MNT_NODEV */
398 struct dentry *(*mount) (struct file_system_type *, int, member in struct:file_system_type
417 /* include/linux/mount.h */
473 * These are the fs-independent mount-flags: up to 32 flags are supported
1113 * case of @gc_lnum, it is "taken" at mount time or whenever a LEB is retained
1531 * struct ubifs_mount_opts - UBIFS-specific mount options information.
1565 * @page_budget: budget for a page (constant, never changed after mount)
1566 * @inode_budget: budget for an inode (constant, never changed after mount)
1568 * mount)
[all...]

Completed in 87 milliseconds