Searched refs:hard (Results 1 – 25 of 26) sorted by relevance
12
| /fs/xfs/ |
| A D | xfs_qm_syscalls.c | 230 xfs_qcnt_t hard, in xfs_setqlim_limits() argument 235 if (hard != 0 && hard < soft) { in xfs_setqlim_limits() 241 res->hardlimit = hard; in xfs_setqlim_limits() 244 qlim->hard = hard; in xfs_setqlim_limits() 285 xfs_qcnt_t hard, soft; in xfs_qm_scall_setqlim() local 333 hard = (newlim->d_fieldmask & QC_SPC_HARD) ? in xfs_qm_scall_setqlim() 342 if (xfs_setqlim_limits(mp, res, qlim, hard, soft, "blk")) in xfs_qm_scall_setqlim() 348 hard = (newlim->d_fieldmask & QC_RT_SPC_HARD) ? in xfs_qm_scall_setqlim() 357 xfs_setqlim_limits(mp, res, qlim, hard, soft, "rtb"); in xfs_qm_scall_setqlim() 362 hard = (newlim->d_fieldmask & QC_INO_HARD) ? in xfs_qm_scall_setqlim() [all …]
|
| A D | xfs_qm.h | 34 xfs_qcnt_t hard; /* default hard limit */ member
|
| A D | xfs_dquot.c | 135 dq->q_blk.hardlimit = defq->blk.hard; in xfs_qm_adjust_dqlimits() 141 dq->q_ino.hardlimit = defq->ino.hard; in xfs_qm_adjust_dqlimits() 145 dq->q_rtb.hardlimit = defq->rtb.hard; in xfs_qm_adjust_dqlimits()
|
| A D | xfs_qm.c | 603 defq->blk.hard = dqp->q_blk.hardlimit; in xfs_qm_set_defquota() 605 defq->ino.hard = dqp->q_ino.hardlimit; in xfs_qm_set_defquota() 607 defq->rtb.hard = dqp->q_rtb.hardlimit; in xfs_qm_set_defquota()
|
| A D | xfs_trans_dquot.c | 780 hardlimit = qlim->hard; in xfs_dqresv_check()
|
| /fs/efs/ |
| A D | Kconfig | 7 EFS is an older file system used for non-ISO9660 CD-ROMs and hard 9 uses the XFS file system for hard disk partitions however).
|
| /fs/hpfs/ |
| A D | Kconfig | 9 is the file system used for organizing files on OS/2 hard disk 11 write files to an OS/2 HPFS partition on your hard drive. OS/2
|
| /fs/affs/ |
| A D | Kconfig | 8 The Fast File System (FFS) is the common file system used on hard 11 FFS partition on your hard drive. Amiga floppies however cannot be
|
| A D | Changes | 206 - Handling of hard links rewritten. To the VFS 330 - Support for hard and symbolic links.
|
| /fs/minix/ |
| A D | Kconfig | 8 The minix file system (method to organize files on a hard disk 11 You don't want to use the minix file system on your hard disk
|
| /fs/adfs/ |
| A D | Kconfig | 10 here, Linux will be able to read from ADFS partitions on hard drives 28 hard drives and ADFS-formatted floppy disks. This is experimental
|
| /fs/hfs/ |
| A D | Kconfig | 10 floppy disks and hard drive partitions with full read-write access.
|
| /fs/hfsplus/ |
| A D | Kconfig | 11 Macintosh-formatted hard drive partitions with full read-write access.
|
| /fs/qnx4/ |
| A D | Kconfig | 10 Say Y if you intend to mount QNX hard disks or floppies.
|
| /fs/qnx6/ |
| A D | Kconfig | 10 Say Y if you intend to mount QNX hard disks or floppies formatted
|
| /fs/coda/ |
| A D | Kconfig | 8 with regular Unix commands as if they were sitting on your hard
|
| /fs/fat/ |
| A D | Kconfig | 20 Another way to read and write MSDOS floppies and hard drive 42 This allows you to mount MSDOS partitions of your hard drive (unless
|
| /fs/ext2/ |
| A D | Kconfig | 7 Ext2 is a standard Linux file system for hard disks.
|
| /fs/ufs/ |
| A D | Kconfig | 9 Unixes can create and mount hard disk partitions and diskettes using
|
| /fs/cramfs/ |
| A D | Kconfig | 10 16/32 bits uid/gid, hard links and timestamps.
|
| /fs/ocfs2/ |
| A D | ocfs2.h | 650 int hard) in ocfs2_set_ro_flag() argument 654 if (hard) in ocfs2_set_ro_flag()
|
| /fs/proc/ |
| A D | Kconfig | 8 your hard disk: the files are created on the fly by the kernel when
|
| /fs/jffs2/ |
| A D | Kconfig | 9 levelling, compression and support for hard links. You cannot use
|
| /fs/squashfs/ |
| A D | Kconfig | 13 and files (larger than 4GB), full uid/gid information, hard links and
|
| /fs/ |
| A D | Kconfig | 175 created on your hard drive. The files live in memory and swap
|
Completed in 37 milliseconds
12