Home
last modified time | relevance | path

Searched refs:XFS_QMOPT_PQUOTA (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_quota_defs.h77 #define XFS_QMOPT_PQUOTA 0x0000008 /* project dquot requested */ macro
114 (XFS_QMOPT_UQUOTA | XFS_QMOPT_PQUOTA | XFS_QMOPT_GQUOTA)
/linux/fs/xfs/
A Dxfs_qm.c753 (flags & (XFS_QMOPT_PQUOTA|XFS_QMOPT_GQUOTA))) { in xfs_qm_qino_alloc()
756 if ((flags & XFS_QMOPT_PQUOTA) && in xfs_qm_qino_alloc()
1554 flags | XFS_QMOPT_PQUOTA); in xfs_qm_init_quotainos()
1715 if ((flags & XFS_QMOPT_PQUOTA) && XFS_IS_PQUOTA_ON(mp)) { in xfs_qm_vop_dqalloc()
A Dxfs_quotaops.c208 flags |= XFS_QMOPT_PQUOTA; in xfs_fs_rm_xquota()
A Dxfs_qm_syscalls.c125 if (flags & XFS_QMOPT_PQUOTA) in xfs_qm_scall_trunc_qfiles()
A Dxfs_ioctl.c1412 XFS_QMOPT_PQUOTA, NULL, NULL, &pdqp); in xfs_fileattr_set()
A Dxfs_trace.h1101 { XFS_QMOPT_PQUOTA, "PQUOTA" }, \

Completed in 15 milliseconds