| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/etc/udev/scripts/ |
| H A D | mount.sh | 12 MOUNT="/usr/bin/systemd-mount" 15 if [ -x $MOUNT ] && [ -x $UMOUNT ]; 23 MOUNT="/bin/mount" 58 MOUNT="$MOUNT -o silent" 64 MOUNT="$MOUNT -o umask=007,gid=`awk -F':' '/^disk/{print $3}' /etc/group`" 73 if ! $MOUNT --no-block -t auto $DEVNAME "/run/media/$name" 88 elif [ -x $MOUNT ]; then 89 $MOUNT $DEVNAME 2> /dev/null 98 if [ "x`readlink $MOUNT`" = "x/bin/mount.util-linux" ] ; 100 MOUNT="$MOUNT -o silent" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/udev-extraconf/ |
| H A D | mount.sh | 13 MOUNT="/usr/bin/systemd-mount" 16 if [ -x $MOUNT ] && [ -x $UMOUNT ]; 24 MOUNT="/bin/mount" 69 MOUNT="$MOUNT -o silent" 75 MOUNT="$MOUNT -o umask=007,gid=`awk -F':' '/^disk/{print $3}' /etc/group`" 86 if ! $MOUNT --no-block -t auto $DEVNAME "$MOUNT_BASE/$name" 101 elif [ -x $MOUNT ]; then 102 $MOUNT $DEVNAME 2> /dev/null 121 if [ "x`readlink $MOUNT`" = "x/bin/mount.util-linux" ] ; 123 MOUNT="$MOUNT -o silent" [all …]
|
| /OK3568_Linux_fs/debian/ |
| H A D | post-build.sh | 40 MOUNT="$2" 46 echo -e "${SRC}\t${MOUNT}\t${FS_TYPE}\t${MOUNT_OPTS}\t0 $PASS" >> "$FSTAB" 48 mkdir -p "${TARGET_DIR}/${MOUNT}" 56 MOUNT="$2" 59 fixup_part "$FS_TYPE" "$MOUNT" "$FS_TYPE" "$MOUNT_OPTS" 0 81 MOUNT="$(partition_arg "$*" 2 "/${DEV##*[/=]}")" 85 fixup_part "$DEV" "$MOUNT" "$FS_TYPE" "$MOUNT_OPTS" 2
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4super.c | 221 dfprintk(MOUNT, "--> nfs4_try_get_tree()\n"); in nfs4_try_get_tree() 230 nfs_ferrorf(fc, MOUNT, "NFS4: Couldn't follow remote path"); in nfs4_try_get_tree() 231 dfprintk(MOUNT, "<-- nfs4_try_get_tree() = %d [error]\n", err); in nfs4_try_get_tree() 233 dfprintk(MOUNT, "<-- nfs4_try_get_tree() = 0\n"); in nfs4_try_get_tree() 253 nfs_ferrorf(fc, MOUNT, "NFS4: Couldn't follow remote path"); in nfs4_get_referral_tree() 254 dfprintk(MOUNT, "<-- nfs4_get_referral_tree() = %d [error]\n", err); in nfs4_get_referral_tree() 256 dfprintk(MOUNT, "<-- nfs4_get_referral_tree() = 0\n"); in nfs4_get_referral_tree()
|
| H A D | fs_context.c | 267 dfprintk(MOUNT, "NFS: Invalid IP address specified\n"); in nfs_verify_server_address() 343 dfprintk(MOUNT, "NFS: parsing %s=%s option\n", param->key, param->string); in nfs_parse_security_flavors() 445 dfprintk(MOUNT, "NFS: parsing nfs mount option '%s'\n", param->key); in nfs_fs_context_parse_param() 778 dfprintk(MOUNT, "NFS: relaxing parsing rules\n"); in nfs_fs_context_parse_param() 810 dfprintk(MOUNT, "NFS: device name not specified\n"); in nfs_parse_source() 852 dfprintk(MOUNT, "NFS: MNTPATH: '%s'\n", ctx->nfs_server.export_path); in nfs_parse_source() 1041 dfprintk(MOUNT, "NFS: not enough memory to handle mount options"); in nfs23_parse_monolithic() 1172 dfprintk(MOUNT, "NFS: MNTPATH: '%s'\n", c); in nfs4_parse_monolithic()
|
| H A D | super.c | 787 dfprintk(MOUNT, in nfs_verify_authflavors() 793 dfprintk(MOUNT, "NFS: using auth flavor %u\n", ctx->selected_flavor); in nfs_verify_authflavors() 853 dfprintk(MOUNT, "NFS: unable to mount server %s, error %d\n", in nfs_request_mount() 882 dfprintk(MOUNT, "NFS: using auth flavor %u\n", in nfs_try_mount_request() 911 dfprintk(MOUNT, "NFS: attempting to use auth flavor %u\n", flavor); in nfs_try_mount_request() 927 dfprintk(MOUNT, "NFS: attempting to use auth flavor %u\n", RPC_AUTH_UNIX); in nfs_try_mount_request()
|
| H A D | nfs4proc.c | 8386 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n"); in nfs4_sp4_select_mode() 8389 dfprintk(MOUNT, " enforce op %d\n", i); in nfs4_sp4_select_mode() 8391 dfprintk(MOUNT, " allow op %d\n", i); in nfs4_sp4_select_mode() 8397 dfprintk(MOUNT, "sp4_mach_cred: disabled\n"); in nfs4_sp4_select_mode() 8416 dfprintk(MOUNT, "sp4_mach_cred:\n"); in nfs4_sp4_select_mode() 8417 dfprintk(MOUNT, " minimal mode enabled\n"); in nfs4_sp4_select_mode() 8420 dfprintk(MOUNT, "sp4_mach_cred: disabled\n"); in nfs4_sp4_select_mode() 8429 dfprintk(MOUNT, " cleanup mode enabled\n"); in nfs4_sp4_select_mode() 8434 dfprintk(MOUNT, " pnfs cleanup mode enabled\n"); in nfs4_sp4_select_mode() 8440 dfprintk(MOUNT, " secinfo mode enabled\n"); in nfs4_sp4_select_mode() [all …]
|
| /OK3568_Linux_fs/debian/overlay/usr/bin/ |
| H A D | disk-helper | 362 MOUNT=ntfs-3g 367 MOUNT=mount 371 MOUNT="mount -t $FSTYPE" 411 $MOUNT $DEV $MOUNT_POINT $MOUNT_OPTS && return 415 format_part && $MOUNT $DEV $MOUNT_POINT $MOUNT_OPTS
|
| /OK3568_Linux_fs/external/rkscript/ |
| H A D | disk-helper | 372 MOUNT=ntfs-3g 377 MOUNT=mount 381 MOUNT="mount -t $FSTYPE" 421 $MOUNT $DEV $MOUNT_POINT $MOUNT_OPTS && return 425 format_part && $MOUNT $DEV $MOUNT_POINT $MOUNT_OPTS
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/ |
| H A D | alternate_rpc_ports.patch | 112 /* Register MOUNT service (v1) for UDP */ 121 /* Register MOUNT service (v3) for UDP */ 130 /* Register MOUNT service (v1) for TCP */ 139 /* Register MOUNT service (v3) for TCP */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/ |
| H A D | unfs3_git.bb | 3 specification. It provides a daemon for the MOUNT and NFS protocols, which \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/files/ |
| H A D | init-live.sh | 7 MOUNT="/bin/mount"
|
| /OK3568_Linux_fs/kernel/kernel/power/ |
| H A D | Kconfig | 78 MOUNT any journaled filesystems mounted before the suspend or they
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | sharedsubtree.rst | 370 | BIND MOUNT OPERATION | 484 | MOVE MOUNT OPERATION |
|
| H A D | vfat.rst | 16 VFAT MOUNT OPTIONS
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | iso14651_t1_common | 6614 <S1F5FB> % MOUNT FUJI 61901 <U0001F5FB> IGNORE;IGNORE;IGNORE;<U0001F5FB> % MOUNT FUJI
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | iso14651_t1_common | 6614 <S1F5FB> % MOUNT FUJI 61901 <U0001F5FB> IGNORE;IGNORE;IGNORE;<U0001F5FB> % MOUNT FUJI
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | UTF-8.gz | 1<code_set_name> UTF-8
2<comment_char> %
3<escape_char> /
4< ... |
| HD | GB18030.gz | 1<code_set_name> GB18030
2<comment_char> %
3<escape_char> /
4<mb_cur_min> ... |
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/ |
| HD | UTF-8.gz | 1<code_set_name> UTF-8
2<comment_char> %
3<escape_char> /
4< ... |
| HD | GB18030.gz | 1<code_set_name> GB18030
2<comment_char> %
3<escape_char> /
4<mb_cur_min> ... |
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |