/Linux-v5.10/Documentation/devicetree/bindings/bus/ |
D | baikal,bt1-apb.yaml | 37 - const: nodev 76 reg-names = "ehb", "nodev";
|
/Linux-v5.10/Documentation/driver-api/driver-model/ |
D | overview.rst | 89 none on /sys type sysfs (rw,noexec,nosuid,nodev) 100 none /sys sysfs nodev,noexec,nosuid 0 0
|
/Linux-v5.10/drivers/bus/ |
D | bt1-apb.c | 166 apb->res = devm_platform_ioremap_resource_byname(pdev, "nodev"); in bt1_apb_request_regs() 315 return scnprintf(buf, PAGE_SIZE, "Error injection: nodev irq\n"); in inject_error_show() 328 if (sysfs_streq(data, "nodev")) in inject_error_store()
|
/Linux-v5.10/fs/9p/ |
D | v9fs.h | 61 * @nodev: set to 1 to disable device mapping 86 unsigned char nodev; member
|
D | vfs_inode.c | 56 if (v9ses->nodev == 0) { in unixmode2p9mode() 124 && (v9ses->nodev == 0)) in p9mode2unixmode() 127 && (v9ses->nodev == 0)) in p9mode2unixmode() 130 && (v9ses->nodev == 0)) { in p9mode2unixmode()
|
D | v9fs.c | 124 if (v9ses->nodev) in v9fs_show_options() 267 v9ses->nodev = 1; in v9fs_parse_options()
|
/Linux-v5.10/fs/ |
D | filesystems.c | 221 (tmp->fs_flags & FS_REQUIRES_DEV) ? "" : "nodev", in get_filesystem_list() 238 (tmp->fs_flags & FS_REQUIRES_DEV) ? "" : "nodev", in filesystems_proc_show()
|
D | proc_namespace.c | 68 { MNT_NODEV, ",nodev" }, in show_mnt_opts()
|
/Linux-v5.10/tools/testing/selftests/vm/ |
D | hugepage-mmap.c | 8 * like /mnt) using the command mount -t hugetlbfs nodev /mnt. In this
|
/Linux-v5.10/tools/testing/selftests/ftrace/ |
D | ftracetest | 155 mount -t tracefs nodev /sys/kernel/tracing || 160 mount -t debugfs nodev /sys/kernel/debug ||
|
/Linux-v5.10/scripts/tracing/ |
D | draw_functrace.py | 15 # mount -t debugfs nodev /sys/kernel/debug
|
/Linux-v5.10/tools/lib/api/fs/ |
D | tracing_path.c | 152 "Hint:\tTry 'sudo mount -t debugfs nodev /sys/kernel/debug'"); in tracing_path__strerror_open_tp()
|
/Linux-v5.10/drivers/net/ethernet/amd/ |
D | am79c961a.c | 699 goto nodev; in am79c961_probe() 705 goto nodev; in am79c961_probe() 745 nodev: in am79c961_probe()
|
/Linux-v5.10/arch/arm/mach-rpc/ |
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-v5.10/scripts/gdb/linux/ |
D | proc.py | 128 constants.LX_MNT_NODEV: ",nodev",
|
/Linux-v5.10/Documentation/dev-tools/ |
D | kmemleak.rst | 20 # mount -t debugfs nodev /sys/kernel/debug/
|
/Linux-v5.10/Documentation/scsi/ |
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-v5.10/Documentation/filesystems/ |
D | fuse.rst | 234 fusermount always adds "nosuid" and "nodev" to the mount options
|
D | porting.rst | 67 (or similar with s/bdev/nodev/ or s/bdev/single/, depending on the kind of
|
/Linux-v5.10/net/rds/ |
D | ib_cm.c | 1154 * Move connection back to the nodev list. in rds_ib_conn_path_shutdown() 1263 * Conn is either on a dev's list or on the nodev list. in rds_ib_conn_free()
|
/Linux-v5.10/drivers/base/regmap/ |
D | regmap-debugfs.c | 39 const char *name = "nodev"; in regmap_name_read_file()
|
/Linux-v5.10/tools/testing/selftests/resctrl/ |
D | resctrlfs.c | 572 res = fgrep(inf, "nodev\tresctrl\n"); in check_resctrlfs_support()
|
/Linux-v5.10/security/apparmor/ |
D | mount.c | 36 audit_log_format(ab, ", nodev"); in audit_mnt_flags()
|
/Linux-v5.10/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 3574 * lpfc_nodev_tmo_init - Set the hba nodev timeout value 3576 * @val: contains the nodev timeout value. 3579 * If the devloss tmo is already set then nodev tmo is set to devloss tmo, 3581 * Else if val is in range then nodev tmo and devloss tmo are set to val. 3582 * Otherwise nodev tmo is set to the default value. 3653 * lpfc_nodev_tmo_set - Set the vport nodev tmo and devloss tmo values 3660 * Else if val is in range then nodev tmo and devloss tmo are set to val. 3661 * Otherwise nodev tmo is set to the default value. 3713 * lpfc_devloss_tmo_set - Sets vport nodev tmo, devloss tmo values, changed bit in lpfc_vport_param_init() 3718 * If val is in a valid range then set the vport nodev tmo, in lpfc_vport_param_init()
|
/Linux-v5.10/drivers/s390/char/ |
D | tape_core.c | 1252 DBF_EVENT(6, "TAPE:nodev\n"); in tape_open()
|