Home
last modified time | relevance | path

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

12

/fs/xfs/
A Dxfs_qm_syscalls.c230 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 Dxfs_qm.h34 xfs_qcnt_t hard; /* default hard limit */ member
A Dxfs_dquot.c135 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 Dxfs_qm.c603 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 Dxfs_trans_dquot.c780 hardlimit = qlim->hard; in xfs_dqresv_check()
/fs/efs/
A DKconfig7 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 DKconfig9 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 DKconfig8 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 DChanges206 - Handling of hard links rewritten. To the VFS
330 - Support for hard and symbolic links.
/fs/minix/
A DKconfig8 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 DKconfig10 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 DKconfig10 floppy disks and hard drive partitions with full read-write access.
/fs/hfsplus/
A DKconfig11 Macintosh-formatted hard drive partitions with full read-write access.
/fs/qnx4/
A DKconfig10 Say Y if you intend to mount QNX hard disks or floppies.
/fs/qnx6/
A DKconfig10 Say Y if you intend to mount QNX hard disks or floppies formatted
/fs/coda/
A DKconfig8 with regular Unix commands as if they were sitting on your hard
/fs/fat/
A DKconfig20 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 DKconfig7 Ext2 is a standard Linux file system for hard disks.
/fs/ufs/
A DKconfig9 Unixes can create and mount hard disk partitions and diskettes using
/fs/cramfs/
A DKconfig10 16/32 bits uid/gid, hard links and timestamps.
/fs/ocfs2/
A Docfs2.h650 int hard) in ocfs2_set_ro_flag() argument
654 if (hard) in ocfs2_set_ro_flag()
/fs/proc/
A DKconfig8 your hard disk: the files are created on the fly by the kernel when
/fs/jffs2/
A DKconfig9 levelling, compression and support for hard links. You cannot use
/fs/squashfs/
A DKconfig13 and files (larger than 4GB), full uid/gid information, hard links and
/fs/
A DKconfig175 created on your hard drive. The files live in memory and swap

Completed in 37 milliseconds

12