Home
last modified time | relevance | path

Searched refs:system (Results 1 – 25 of 66) sorted by relevance

123

/fs/minix/
DKconfig2 tristate "Minix file system support"
5 Minix is a simple operating system used in many classes about OS's.
6 The minix file system (method to organize files on a hard disk
7 partition or a floppy disk) was the original file system for Linux,
8 but has been superseded by the second extended file system ext2fs.
9 You don't want to use the minix file system on your hard disk
14 To compile this file system support as a module, choose M here: the
15 module will be called minix. Note that the file system of your root
/fs/nilfs2/
DKconfig2 tristate "NILFS2 file system support"
5 NILFS2 is a log-structured file system (LFS) supporting continuous
7 file system, users can even restore files mistakenly overwritten or
8 destroyed just a few seconds ago. Since this file system can keep
10 system crashes.
17 snapshot is mountable as a read-only file system concurrently with
23 To compile this file system support as a module, choose M here: the
/fs/freevxfs/
DKconfig2 tristate "FreeVxFS file system support (VERITAS VxFS(TM) compatible)"
5 FreeVxFS is a file system driver that support the VERITAS VxFS(TM)
6 file system format. VERITAS VxFS(TM) is the standard file system
15 NOTE: the file system type as used by mount(1), mount(2) and
16 fstab(5) is 'vxfs' as it describes the file system format, not
/fs/efs/
DKconfig2 tristate "EFS file system support (read only)"
5 EFS is an older file system used for non-ISO9660 CD-ROMs and hard
6 disk partitions by SGI's IRIX operating system (IRIX 6.0 and newer
7 uses the XFS file system for hard disk partitions however).
13 To compile the EFS file system support as a module, choose M here: the
/fs/ufs/
DKconfig2 tristate "UFS file system support (read only)"
6 OpenBSD and NeXTstep) use a file system called UFS. Some System V
8 this file system as well. Saying Y here will allow you to read from
10 experimental "UFS file system write support", below. Please read the
25 To compile the UFS file system support as a module, choose M here: the
31 bool "UFS file system write support (DANGEROUS)"
43 written to the system log.
/fs/nls/
DKconfig24 The default NLS used when mounting file system. Note, that this is
26 system (if different) to store data (filenames) on a disk.
42 The Microsoft FAT file system family can deal with filenames in
54 The Microsoft FAT file system family can deal with filenames in
66 The Microsoft FAT file system family can deal with filenames in
79 The Microsoft FAT file system family can deal with filenames in
95 The Microsoft FAT file system family can deal with filenames in
110 The Microsoft FAT file system family can deal with filenames in
121 The Microsoft FAT file system family can deal with filenames in
132 The Microsoft FAT file system family can deal with filenames in
[all …]
/fs/proc/
DKconfig2 bool "/proc file system support" if EXPERT
5 This is a virtual file system providing information about the status
6 of the system. "Virtual" means that it doesn't take up any space on
17 information about your system gathered from the /proc file system.
19 Before you can use the /proc file system, it has to be mounted,
24 The /proc file system is explained in the file
54 a recompile of the kernel or reboot of the system. The primary
62 building a kernel for install/rescue disks or your system is very
Dstat.c83 u64 user, nice, system, idle, iowait, irq, softirq, steal; in show_stat() local
90 user = nice = system = idle = iowait = in show_stat()
98 system += kcpustat_cpu(i).cpustat[CPUTIME_SYSTEM]; in show_stat()
120 seq_put_decimal_ull(p, " ", cputime64_to_clock_t(system)); in show_stat()
134 system = kcpustat_cpu(i).cpustat[CPUTIME_SYSTEM]; in show_stat()
145 seq_put_decimal_ull(p, " ", cputime64_to_clock_t(system)); in show_stat()
/fs/romfs/
DKconfig2 tristate "ROM file system support"
5 This is a very small read-only file system mainly intended for
10 To compile this file system support as a module, choose M here: the
11 module will be called romfs. Note that the file system of your
29 bool "Block device-backed ROM file system support"
39 bool "MTD-backed ROM file system support"
/fs/udf/
DKconfig2 tristate "UDF file system support"
5 This is a file system used on some CD-ROMs and DVDs. Since the
6 file system is supported by multiple operating systems and is more
12 To compile this file system support as a module, choose M here: the
/fs/hpfs/
DKconfig2 tristate "OS/2 HPFS file system support"
5 OS/2 is IBM's operating system for PC's, the same as Warp, and HPFS
6 is the file system used for organizing files on OS/2 hard disk
13 To compile this file system support as a module, choose M here: the
/fs/ntfs/
DKconfig2 tristate "NTFS file system support"
5 NTFS is the file system of Microsoft Windows NT, 2000, XP and 2003.
23 To compile this file system support as a module, choose M here: the
33 If you are experiencing any problems with the NTFS file system, say
36 be written to the system log. Note that debugging messages are
46 slowdown of the system.
73 on top of any DOS/Microsoft Windows system without partitioning your
/fs/bfs/
DKconfig2 tristate "BFS file system support"
5 Boot File System (BFS) is a file system used under SCO UnixWare to
12 file system is contained in the file
18 bfs. Note that the file system of your root partition (the one
/fs/qnx4/
DKconfig2 tristate "QNX4 file system support (read only)"
5 This is the file system used by the real-time operating systems
10 To compile this file system support as a module, choose M here: the
/fs/ubifs/
DKconfig2 tristate "UBIFS file system support"
12 UBIFS is a file system for flash devices which works on top of UBI.
47 which means that file-system read operations will cause writes (inode atime
48 updates). This may affect file-system performance and increase flash device wear,
/fs/qnx6/
DKconfig2 tristate "QNX6 file system support (read only)"
5 This is the file system used by the real-time operating systems
12 To compile this file system support as a module, choose M here: the
/fs/cramfs/
DKconfig2 tristate "Compressed ROM file system support (cramfs) (OBSOLETE)"
8 file system for ROM based embedded systems. CramFs is read-only,
16 cramfs. Note that the root file system (the one containing the
/fs/isofs/
DKconfig2 tristate "ISO 9660 CDROM file system support"
4 This is the standard file system used on CD-ROMs. It was previously
14 To compile this file system support as a module, choose M here: the
22 Joliet is a Microsoft extension for the ISO 9660 CD-ROM file system
/fs/sysv/
DKconfig2 tristate "System V/Xenix/V7/Coherent file system support"
21 network using NFS, you don't need the System V file system support
22 (but you need NFS file system support obviously).
29 the System V file system in
/fs/nfs/
DKconfig10 this file system support as a module, choose M here: the module
24 To configure a system which mounts its root file system via NFS
27 system on NFS" below. You cannot compile this file system as a
166 bool "Root file system on NFS"
169 If you want your system to mount its root file system via NFS,
/fs/ceph/
DKconfig2 tristate "Ceph distributed file system"
11 experimental Ceph distributed file system. Ceph is an extremely
12 scalable file system designed to provide high performance,
/fs/affs/
DKconfig2 tristate "Amiga FFS file system support"
5 The Fast File System (FFS) is the common file system used on hard
20 To compile this file system support as a module, choose M here: the
/fs/adfs/
DKconfig2 tristate "ADFS file system support"
5 The Acorn Disc Filing System is the standard file system of the
6 RiscOS operating system which runs on Acorn's ARM-based Risc PC
/fs/ocfs2/
DKconfig2 tristate "OCFS2 file system support"
11 system with many similarities to ext3. It supports 64 bit inode
64 The ocfs2 filesystem has an extensive logging system. The system
/fs/sdcardfs/
DKconfig2 tristate "sdcard file system"
6 Sdcardfs is based on Wrapfs file system.

123