Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_qm_syscalls.c407 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() local
448 hard = (newlim->d_fieldmask & QC_SPC_HARD) ? in xfs_qm_scall_setqlim()
454 if (hard == 0 || hard >= soft) { in xfs_qm_scall_setqlim()
455 ddq->d_blk_hardlimit = cpu_to_be64(hard); in xfs_qm_scall_setqlim()
459 defq->bhardlimit = hard; in xfs_qm_scall_setqlim()
463 xfs_debug(mp, "blkhard %Ld < blksoft %Ld", hard, soft); in xfs_qm_scall_setqlim()
465 hard = (newlim->d_fieldmask & QC_RT_SPC_HARD) ? in xfs_qm_scall_setqlim()
471 if (hard == 0 || hard >= soft) { in xfs_qm_scall_setqlim()
472 ddq->d_rtb_hardlimit = cpu_to_be64(hard); in xfs_qm_scall_setqlim()
475 defq->rtbhardlimit = hard; in xfs_qm_scall_setqlim()
[all …]
/fs/efs/
DKconfig5 EFS is an older file system used for non-ISO9660 CD-ROMs and hard
7 uses the XFS file system for hard disk partitions however).
/fs/hpfs/
DKconfig6 is the file system used for organizing files on OS/2 hard disk
8 write files to an OS/2 HPFS partition on your hard drive. OS/2
/fs/affs/
DKconfig5 The Fast File System (FFS) is the common file system used on hard
8 FFS partition on your hard drive. Amiga floppies however cannot be
DChanges206 - Handling of hard links rewritten. To the VFS
330 - Support for hard and symbolic links.
/fs/minix/
DKconfig6 The minix file system (method to organize files on a hard disk
9 You don't want to use the minix file system on your hard disk
/fs/adfs/
DKconfig8 here, Linux will be able to read from ADFS partitions on hard drives
26 hard drives and ADFS-formatted floppy disks. This is experimental
/fs/sysv/
DKconfig7 here would allow you to read from their floppies and hard disk
10 If you have floppies or hard disk partitions like that, it is likely
/fs/hfs/
DKconfig7 floppy disks and hard drive partitions with full read-write access.
/fs/qnx4/
DKconfig8 Say Y if you intend to mount QNX hard disks or floppies.
/fs/qnx6/
DKconfig8 Say Y if you intend to mount QNX hard disks or floppies formatted
/fs/cramfs/
DKconfig10 16/32 bits uid/gid, hard links and timestamps.
/fs/coda/
DKconfig7 with regular Unix commands as if they were sitting on your hard
/fs/hfsplus/
DKconfig8 Macintosh-formatted hard drive partitions with full read-write access.
/fs/ext2/
DKconfig5 Ext2 is a standard Linux file system for hard disks.
/fs/fat/
DKconfig17 Another way to read and write MSDOS floppies and hard drive
39 This allows you to mount MSDOS partitions of your hard drive (unless
/fs/ufs/
DKconfig7 Unixes can create and mount hard disk partitions and diskettes using
/fs/ocfs2/
Docfs2.h615 int hard) in ocfs2_set_ro_flag() argument
619 if (hard) in ocfs2_set_ro_flag()
/fs/ntfs/
DKconfig74 hard disk. Unlike other Linux distributions TopologiLinux does not
/fs/proc/
DKconfig7 your hard disk: the files are created on the fly by the kernel when
/fs/jffs2/
DKconfig8 levelling, compression and support for hard links. You cannot use
/fs/squashfs/
DKconfig12 and files (larger than 4GB), full uid/gid information, hard links and
/fs/
DKconfig146 created on your hard drive. The files live in memory and swap
/fs/reiserfs/
DREADME139 resizer, and is hard at work on implementing allocate on flush. SGI
/fs/befs/
DChangeLog236 the hard work of finding the disk block number.