OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ULFS_QUOTA
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/ufs/lfs/
ulfsmount.h
96
#define
ULFS_QUOTA
0x04 /* filesystem has QUOTA (v1) */
ulfs_quota.c
1
/* $NetBSD:
ulfs_quota
.c,v 1.13 2016/06/19 23:06:09 dholland Exp $ */
39
__KERNEL_RCSID(0, "$NetBSD:
ulfs_quota
.c,v 1.13 2016/06/19 23:06:09 dholland Exp $");
59
#include <ufs/lfs/
ulfs_quota
.h>
141
if (ip->i_lfs->um_flags &
ULFS_QUOTA
)
161
if (ip->i_lfs->um_flags &
ULFS_QUOTA
)
236
if ((fs->um_flags & (
ULFS_QUOTA
|ULFS_QUOTA2)) == 0)
240
if (fs->um_flags &
ULFS_QUOTA
) {
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
[
all
...]
ulfs_quota1.c
55
#include <ufs/lfs/
ulfs_quota
.h>
283
if ((fs->um_flags &
ULFS_QUOTA
) == 0)
397
fs->um_flags |=
ULFS_QUOTA
;
428
fs->um_flags &= ~
ULFS_QUOTA
;
Completed in 34 milliseconds
Indexes created Thu Oct 30 23:09:54 GMT 2025