HomeSort by: relevance | last modified time | path
    Searched refs:ULFS_QUOTA2 (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_quota.c 145 if (ip->i_lfs->um_flags & ULFS_QUOTA2)
165 if (ip->i_lfs->um_flags & ULFS_QUOTA2)
236 if ((fs->um_flags & (ULFS_QUOTA|ULFS_QUOTA2)) == 0)
253 if (fs->um_flags & ULFS_QUOTA2) {
280 if ((fs->um_flags & (ULFS_QUOTA|ULFS_QUOTA2)) == 0)
315 if ((fs->um_flags & (ULFS_QUOTA|ULFS_QUOTA2)) == 0)
360 if ((fs->um_flags & (ULFS_QUOTA|ULFS_QUOTA2)) == 0)
373 if (fs->um_flags & ULFS_QUOTA2) {
399 if ((fs->um_flags & (ULFS_QUOTA|ULFS_QUOTA2)) == 0)
421 if (fs->um_flags & ULFS_QUOTA2) {
    [all...]
ulfsmount.h 97 #define ULFS_QUOTA2 0x08 /* filesystem has QUOTA2 */
ulfs_quota2.c 1 /* $NetBSD: ulfs_quota2.c,v 1.35 2022/05/28 22:08:46 andvar Exp $ */
32 __KERNEL_RCSID(0, "$NetBSD: ulfs_quota2.c,v 1.35 2022/05/28 22:08:46 andvar Exp $");
51 #include <ufs/lfs/ulfs_quota2.h>
274 if ((fs->um_flags & ULFS_QUOTA2) == 0)
1573 fs->um_flags |= ULFS_QUOTA2;
ulfs_quota1.c 316 if (fs->um_flags & ULFS_QUOTA2) {

Completed in 13 milliseconds