Searched hist:"30 ab2dcf2c0693e518b1920e6edc4212cba10d10" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_quota_defs.h | diff 30ab2dcf2c0693e518b1920e6edc4212cba10d10 Fri May 04 17:30:24 CDT 2018 Darrick J. Wong <darrick.wong@oracle.com> xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
DQALLOC is only ever used with xfs_qm_dqget*, and the only flag that the _dqget family of functions cares about is DQALLOC. Therefore, change it to a boolean 'can alloc?' flag for the dqget interfaces where that makes sense.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_qm_bhv.c | diff 30ab2dcf2c0693e518b1920e6edc4212cba10d10 Fri May 04 17:30:24 CDT 2018 Darrick J. Wong <darrick.wong@oracle.com> xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
DQALLOC is only ever used with xfs_qm_dqget*, and the only flag that the _dqget family of functions cares about is DQALLOC. Therefore, change it to a boolean 'can alloc?' flag for the dqget interfaces where that makes sense.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
|
H A D | xfs_dquot.h | diff 30ab2dcf2c0693e518b1920e6edc4212cba10d10 Fri May 04 17:30:24 CDT 2018 Darrick J. Wong <darrick.wong@oracle.com> xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
DQALLOC is only ever used with xfs_qm_dqget*, and the only flag that the _dqget family of functions cares about is DQALLOC. Therefore, change it to a boolean 'can alloc?' flag for the dqget interfaces where that makes sense.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
|
H A D | xfs_qm_syscalls.c | diff 30ab2dcf2c0693e518b1920e6edc4212cba10d10 Fri May 04 17:30:24 CDT 2018 Darrick J. Wong <darrick.wong@oracle.com> xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
DQALLOC is only ever used with xfs_qm_dqget*, and the only flag that the _dqget family of functions cares about is DQALLOC. Therefore, change it to a boolean 'can alloc?' flag for the dqget interfaces where that makes sense.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
|
H A D | xfs_dquot.c | diff 30ab2dcf2c0693e518b1920e6edc4212cba10d10 Fri May 04 17:30:24 CDT 2018 Darrick J. Wong <darrick.wong@oracle.com> xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
DQALLOC is only ever used with xfs_qm_dqget*, and the only flag that the _dqget family of functions cares about is DQALLOC. Therefore, change it to a boolean 'can alloc?' flag for the dqget interfaces where that makes sense.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
|
H A D | xfs_qm.c | diff 30ab2dcf2c0693e518b1920e6edc4212cba10d10 Fri May 04 17:30:24 CDT 2018 Darrick J. Wong <darrick.wong@oracle.com> xfs: replace XFS_QMOPT_DQALLOC with a simple boolean
DQALLOC is only ever used with xfs_qm_dqget*, and the only flag that the _dqget family of functions cares about is DQALLOC. Therefore, change it to a boolean 'can alloc?' flag for the dqget interfaces where that makes sense.
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
|