OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FI_ALLOCATED
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/makefs/
chfs.c
186
if ((cur->inode->flags &
FI_ALLOCATED
) == 0) {
187
cur->inode->flags |=
FI_ALLOCATED
;
msdos.c
235
if ((cur->inode->flags &
FI_ALLOCATED
) == 0) {
236
cur->inode->flags |=
FI_ALLOCATED
;
makefs.h
87
FI_ALLOCATED
= 1<<1, /* fsinode->ino allocated */
ffs.c
771
if ((cur->inode->flags &
FI_ALLOCATED
) == 0) {
772
cur->inode->flags |=
FI_ALLOCATED
;
cd9660.c
1922
if ((inode->flags &
FI_ALLOCATED
) == 0) {
1926
inode->flags |=
FI_ALLOCATED
;
/src/usr.sbin/makefs/v7fs/
v7fs_populate.c
99
node->inode->flags |=
FI_ALLOCATED
;
143
if ((fnode->nlink > 1) && (fnode->flags &
FI_ALLOCATED
)) {
Completed in 38 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025