/linux/Documentation/devicetree/bindings/bus/ |
H A D | baikal,bt1-apb.yaml | 37 - const: nodev 76 reg-names = "ehb", "nodev";
|
/linux/Documentation/driver-api/driver-model/ |
H A D | overview.rst | 89 none on /sys type sysfs (rw,noexec,nosuid,nodev) 100 none /sys sysfs nodev,noexec,nosuid 0 0
|
/linux/drivers/bus/ |
H A D | bt1-apb.c | 165 apb->res = devm_platform_ioremap_resource_byname(pdev, "nodev"); in bt1_apb_request_regs() 291 return scnprintf(buf, PAGE_SIZE, "Error injection: nodev irq\n"); in inject_error_show() 304 if (sysfs_streq(data, "nodev")) in inject_error_store()
|
/linux/fs/9p/ |
H A D | v9fs.h | 87 * @nodev: set to 1 to disable device mapping 112 unsigned char nodev; member
|
H A D | vfs_inode.c | 53 if (v9ses->nodev == 0) { in unixmode2p9mode() 121 && (v9ses->nodev == 0)) in p9mode2unixmode() 124 && (v9ses->nodev == 0)) in p9mode2unixmode() 127 && (v9ses->nodev == 0)) { in p9mode2unixmode()
|
H A D | v9fs.c | 117 if (v9ses->nodev) in v9fs_show_options() 270 v9ses->nodev = 1; in v9fs_parse_options()
|
/linux/tools/testing/selftests/mm/ |
H A D | hugepage-mmap.c | 8 * like /mnt) using the command mount -t hugetlbfs nodev /mnt. In this
|
/linux/tools/testing/selftests/ftrace/test.d/00basic/ |
H A D | mount_options.tc | 22 mount -t tracefs -o "$options" nodev "$mount_point"
|
/linux/arch/arm/mach-rpc/ |
H A D | ecard.c | 907 goto nodev; in ecard_probe() 912 goto nodev; in ecard_probe() 973 goto nodev; in ecard_probe() 977 nodev: in ecard_probe()
|
/linux/tools/testing/selftests/ftrace/ |
H A D | ftracetest | 167 mount -t tracefs nodev /sys/kernel/tracing || 173 mount -t debugfs nodev /sys/kernel/debug ||
|
/linux/scripts/tracing/ |
H A D | draw_functrace.py | 15 # mount -t tracefs nodev /sys/kernel/tracing
|
/linux/tools/lib/api/fs/ |
H A D | tracing_path.c | 163 "Hint:\tTry 'sudo mount -t debugfs nodev /sys/kernel/debug'"); in tracing_path__strerror_open_tp()
|
/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | kmemleak.rst | 24 # mount -t debugfs nodev /sys/kernel/debug/
|
/linux/fs/ |
H A D | filesystems.c | 245 (tmp->fs_flags & FS_REQUIRES_DEV) ? "" : "nodev", in filesystems_proc_show()
|
H A D | proc_namespace.c | 68 { MNT_NODEV, ",nodev" }, in show_vfsmnt_opts()
|
/linux/scripts/gdb/linux/ |
H A D | proc.py | 131 constants.LX_MNT_NODEV: ",nodev",
|
/linux/Documentation/dev-tools/ |
H A D | kmemleak.rst | 20 # mount -t debugfs nodev /sys/kernel/debug/
|
/linux/include/trace/misc/ |
H A D | nfs.h | 59 { NFSERR_NODEV, "NODEV" }, \
|
/linux/Documentation/scsi/ |
H A D | ChangeLog.lpfc | 316 state until the target is rediscovered or nodev timeout is 355 freed (after nodev tmo). This bug was causing i/o received in 594 nodev timeout. 602 * Increase nodev timeout from 20 seconds to 30 seconds. 836 * Make nodev-tmo default to 20 seconds.
|
/linux/Documentation/arch/arm64/ |
H A D | ptdump.rst | 29 mount -t debugfs nodev /sys/kernel/debug
|
/linux/tools/testing/selftests/safesetid/ |
H A D | safesetid-test.c | 24 * mount -n -t securityfs -o nodev,noexec,nosuid securityfs /sys/kernel/security
|
/linux/Documentation/filesystems/ |
H A D | fuse.rst | 234 fusermount always adds "nosuid" and "nodev" to the mount options
|
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_attr.c | 3729 * lpfc_nodev_tmo_init - Set the hba nodev timeout value 3731 * @val: contains the nodev timeout value. 3734 * If the devloss tmo is already set then nodev tmo is set to devloss tmo, 3736 * Else if val is in range then nodev tmo and devloss tmo are set to val. 3737 * Otherwise nodev tmo is set to the default value. 3805 * lpfc_nodev_tmo_set - Set the vport nodev tmo and devloss tmo values 3812 * Else if val is in range then nodev tmo and devloss tmo are set to val. 3813 * Otherwise nodev tmo is set to the default value. 3865 * lpfc_devloss_tmo_set - Sets vport nodev tmo, devloss tmo values, changed bit in lpfc_vport_param_init() 3870 * If val is in a valid range then set the vport nodev tmo, in lpfc_vport_param_init()
|
/linux/net/rds/ |
H A D | ib_cm.c | 1149 * Move connection back to the nodev list. in rds_ib_conn_path_shutdown() 1258 * Conn is either on a dev's list or on the nodev list. in rds_ib_conn_free()
|
/linux/drivers/base/regmap/ |
H A D | regmap-debugfs.c | 39 const char *name = "nodev"; in regmap_name_read_file()
|