OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_quota_magic
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/ufs/ffs/
ffs_quota2.c
61
if (fs->
fs_quota_magic
!= Q2_HEAD_MAGIC) {
ffs_bswap.c
81
n->
fs_quota_magic
= bswap32(o->
fs_quota_magic
);
fs.h
339
uint32_t
fs_quota_magic
; /* see quota2.h */
member in struct:fs
/src/sys/lib/libsa/
ffs_bswap.c
82
n->
fs_quota_magic
= bswap32(o->
fs_quota_magic
);
/src/sbin/tunefs/
tunefs.c
322
sblock.
fs_quota_magic
= Q2_HEAD_MAGIC;
/src/sbin/fsck_ffs/
quota2.c
525
if (sblock->
fs_quota_magic
!= Q2_HEAD_MAGIC) {
utilities.c
775
if (sblock->
fs_quota_magic
!= Q2_HEAD_MAGIC)
/src/sbin/newfs/
mkfs.c
547
sblock.
fs_quota_magic
= Q2_HEAD_MAGIC;
Completed in 18 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025