Searched refs:XFS_QMOPT_DQALLOC (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/xfs/quota/ |
D | xfs_qm.c | 932 flags & XFS_QMOPT_DQALLOC, in xfs_qm_dqattach() 942 flags & XFS_QMOPT_DQALLOC, in xfs_qm_dqattach() 1357 XFS_QMOPT_DQALLOC | XFS_QMOPT_DOWARN, in xfs_qm_dqget_noattach() 1374 XFS_QMOPT_DQALLOC|XFS_QMOPT_DOWARN, in xfs_qm_dqget_noattach() 2478 if ((error = xfs_qm_dqattach(ip, XFS_QMOPT_DQALLOC | in xfs_qm_vop_dqalloc() 2501 XFS_QMOPT_DQALLOC | in xfs_qm_vop_dqalloc() 2531 XFS_QMOPT_DQALLOC | in xfs_qm_vop_dqalloc()
|
D | xfs_dquot.c | 635 if (!(flags & XFS_QMOPT_DQALLOC)) in xfs_qm_dqtobp() 781 if (flags & XFS_QMOPT_DQALLOC) { in xfs_qm_idtodq() 1041 flags & (XFS_QMOPT_DQALLOC|XFS_QMOPT_DQREPAIR| in xfs_qm_dqget()
|
D | xfs_qm_syscalls.c | 631 if ((error = xfs_qm_dqget(mp, NULL, id, type, XFS_QMOPT_DQALLOC, &dqp))) { in xfs_qm_scall_setqlim()
|
/linux-2.4.37.9/fs/xfs/ |
D | xfs_quota.h | 183 #define XFS_QMOPT_DQALLOC 0x0000002 /* alloc dquot ondisk if needed */ macro
|