Home
last modified time | relevance | path

Searched refs:XFS_QMOPT_DQALLOC (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm.c932 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()
Dxfs_dquot.c635 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()
Dxfs_qm_syscalls.c631 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/
Dxfs_quota.h183 #define XFS_QMOPT_DQALLOC 0x0000002 /* alloc dquot ondisk if needed */ macro