OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_quotafile
(Results
1 - 10
of
10
) sorted by relevancy
/src/sbin/fsck_ffs/
pass6.c
58
sblock->
fs_quotafile
[i] != 0) {
65
freeino(sblock->
fs_quotafile
[i]);
66
sblock->
fs_quotafile
[i] = 0;
quota2.c
70
sblock->
fs_quotafile
[type] = ino;
254
if (sblock->
fs_quotafile
[type] != 0) {
257
info = inoinfo(sblock->
fs_quotafile
[type]);
266
capstrtype, sblock->
fs_quotafile
[type]);
272
capstrtype, sblock->
fs_quotafile
[type]);
276
" type %d\n", sblock->
fs_quotafile
[type],
280
dp = ginode(sblock->
fs_quotafile
[type]);
287
mode, capstrtype, sblock->
fs_quotafile
[type]);
298
capstrtype, sblock->
fs_quotafile
[type]);
305
freeino(sblock->
fs_quotafile
[type])
[
all
...]
utilities.c
778
if (sblock->
fs_quotafile
[USRQUOTA] == inum)
781
if (sblock->
fs_quotafile
[GRPQUOTA] == inum)
/src/sys/ufs/ffs/
ffs_quota2.c
67
fs->
fs_quotafile
[USRQUOTA] == 0) {
73
fs->
fs_quotafile
[GRPQUOTA] == 0) {
81
error = VFS_VGET(mp, fs->
fs_quotafile
[USRQUOTA],
97
error = VFS_VGET(mp, fs->
fs_quotafile
[GRPQUOTA],
ffs_bswap.c
83
n->
fs_quotafile
[i] = bswap64(o->
fs_quotafile
[i]);
fs.h
342
uint64_t
fs_quotafile
[2]; /* pointer to quota inodes */
member in struct:fs
/src/sys/lib/libsa/
ffs_bswap.c
84
n->
fs_quotafile
[i] = bswap64(o->
fs_quotafile
[i]);
/src/sbin/tunefs/
tunefs.c
333
sblock.
fs_quotafile
[USRQUOTA] = 0;
351
sblock.
fs_quotafile
[GRPQUOTA] = 0;
/src/usr.sbin/dumpfs/
dumpfs.c
421
fs->
fs_quotafile
[USRQUOTA], fs->
fs_quotafile
[GRPQUOTA]);
/src/sbin/newfs/
mkfs.c
1262
sblock.
fs_quotafile
[i] = nextino;
Completed in 23 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026