OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ffs_isblock
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.sbin/makefs/ffs/
ffs_extern.h
70
int
ffs_isblock
(struct fs *, u_char *, int32_t);
ffs_alloc.c
403
if (
ffs_isblock
(fs, blksfree, ffs_fragstoblks(fs, bno)))
506
if (
ffs_isblock
(fs, cg_blksfree(cgp, needswap), fragno)) {
/src/sys/ufs/ffs/
ffs_extern.h
206
int
ffs_isblock
(struct fs *, u_char *, int32_t);
ffs_subr.c
181
ffs_isblock
(struct fs *fs, u_char *cp, int32_t h)
function in typeref:typename:int
ffs_wapbl.c
885
if (
ffs_isblock
(fs, blksfree, blkno))
895
if (!
ffs_isblock
(fs, blksfree, blkno))
ffs_alloc.c
1205
if (
ffs_isblock
(fs, blksfree, ffs_fragstoblks(fs, bno)))
1489
if (!
ffs_isblock
(fs, blksfree, fragno)) {
1514
if (
ffs_isblock
(fs, blksfree, fragno)) {
1951
if (
ffs_isblock
(fs, blksfree, fragno)) {
ffs_snapshot.c
999
if (
ffs_isblock
(fs, cg_blksfree(cgp, ns), loc))
1022
if (
ffs_isblock
(fs, cg_blksfree(cgp, ns), loc))
Completed in 18 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025