Home
last modified time | relevance | path

Searched refs:nfs (Results 76 – 100 of 268) sorted by relevance

1234567891011

/openbmc/linux/arch/xtensa/configs/
H A Diss_defconfig6 CONFIG_CMDLINE="console=ttyS0,38400 eth0=tuntap,,tap0 ip=192.168.168.5:192.168.168.1 root=nfs nfsro…
H A Dcommon_defconfig10 CONFIG_CMDLINE="console=ttyS0,38400 ip=bootp root=nfs nfsroot=/opt/montavista/pro/devkit/xtensa/lin…
/openbmc/u-boot/configs/
H A DMPC8349ITX_defconfig10 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=:/nfsroot/rootfs ip=::::mpc8349emitx:eth0:off console=tty…
H A DMPC8349ITX_LOWBOOT_defconfig10 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=:/nfsroot/rootfs ip=::::mpc8349emitx:eth0:off console=tty…
H A Dedb9315a_defconfig7 CONFIG_BOOTARGS="root=/dev/nfs console=ttyAM0,115200 ip=dhcp"
H A Dsh7785lcr_32bit_defconfig7 CONFIG_BOOTARGS="console=ttySC1,115200 root=/dev/nfs ip=dhcp"
H A Dsh7785lcr_defconfig6 CONFIG_BOOTARGS="console=ttySC1,115200 root=/dev/nfs ip=dhcp"
H A Dsh7753evb_defconfig6 CONFIG_BOOTARGS="console=ttySC2,115200 root=/dev/nfs ip=dhcp"
H A Dsh7752evb_defconfig7 CONFIG_BOOTARGS="console=ttySC2,115200 root=/dev/nfs ip=dhcp"
H A Dsh7757lcr_defconfig7 CONFIG_BOOTARGS="console=ttySC2,115200 root=/dev/nfs ip=dhcp"
H A Dr8a77990_ebisu_defconfig12 CONFIG_BOOTARGS="root=/dev/nfs rw nfsroot=192.168.0.1:/export/rfs ip=192.168.0.20"
/openbmc/qemu/tests/qemu-iotests/
H A D10341 _supported_proto file nfs fuse
/openbmc/openbmc/poky/meta-selftest/files/
H A Dstatic-passwd11 rpcuser:x:513:513::/var/lib/nfs:/bin/nologin
/openbmc/linux/Documentation/filesystems/nfs/
H A Dclient-identifier.rst150 nfs.nfs4_unique_id
152 via the kernel command line, or when the "nfs" module is
155 /sys/fs/nfs/net/nfs_client/identifier
167 > /sys/fs/nfs/net/nfs_client/identifier
213 - nfs(5)
/openbmc/openbmc/poky/scripts/
H A Drunqemu-export-rootfs53 NFSPID=~/.runqemu-sdk/nfs$NFS_INSTANCE.pid
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu-export-rootfs53 NFSPID=~/.runqemu-sdk/nfs$NFS_INSTANCE.pid
/openbmc/openbmc/poky/meta/conf/machine/include/
H A Dqemu.inc26 # Provide the nfs server kernel module for all qemu images
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/linux/
H A Dlinux.inc99 # root-over-nfs-over-usb-eth support. Limited, but should cover some cases.
103 … bbnote "Configuring the kernel for root-over-nfs-over-usb-eth with CMDLINE ${CMDLINE_NFSROOT_USB}"
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/
H A D0001-reexport.h-Include-unistd.h-to-compile-with-musl.patch12 Upstream-Status: Submitted [https://marc.info/?l=linux-nfs&m=170254661824522&w=2]
/openbmc/linux/drivers/gpu/drm/ci/
H A Darm.config10 # abootimg with a 'dummy' rootfs fails with root=/dev/nfs
/openbmc/linux/arch/sh/configs/
H A Dsh2007_defconfig23 CONFIG_CMDLINE="console=ttySC1,115200 ip=dhcp root=/dev/nfs rw nfsroot=/nfs/rootfs,rsize=1024,wsize…
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Dnfs-export.patch9 2. explicitly specify subtree_check or no_subtree_check, required by latest nfs-utils
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfs_ipk.bbclass10 # This rootfs can be mounted via root-nfs or it can be put into an cramfs/jffs etc.
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr8a7745-sk-rzg1e.dts21 bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
/openbmc/linux/fs/fat/
H A Dinode.c419 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_attach()
438 if (S_ISDIR(inode->i_mode) && sbi->options.nfs) { in fat_detach()
578 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_lock_build_inode()
584 if (sbi->options.nfs == FAT_NFS_NOSTALE_RO) in fat_unlock_build_inode()
1019 if (opts->nfs == FAT_NFS_NOSTALE_RO) in fat_show_options()
1021 else if (opts->nfs) in fat_show_options()
1155 opts->nfs = 0; in parse_options()
1279 opts->nfs = FAT_NFS_STALE_RW; in parse_options()
1282 opts->nfs = FAT_NFS_NOSTALE_RO; in parse_options()
1374 if (opts->nfs == FAT_NFS_NOSTALE_RO) { in parse_options()

1234567891011