OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_fs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/ext2fs/
ext2fs_vfsops.c
707
struct m_ext2fs *
m_fs
;
local
732
m_fs
= kmem_zalloc(sizeof(*
m_fs
), KM_SLEEP);
733
e2fs_sbload(fs, &
m_fs
->e2fs);
739
error = ext2fs_sbfill(
m_fs
, ronly);
741
kmem_free(
m_fs
, sizeof(*
m_fs
));
744
m_fs
->e2fs_ronly = ronly;
749
ump->um_e2fs =
m_fs
;
752
if (
m_fs
->e2fs.e2fs_state == E2FS_ISCLEAN
[
all
...]
ext2fs_htree.c
388
struct m_ext2fs *
m_fs
;
local
400
m_fs
= dp->i_e2fs;
401
blksize =
m_fs
->e2fs_bsize;
440
hash_version +=
m_fs
->e2fs_uhash;
487
struct m_ext2fs *
m_fs
;
local
503
m_fs
= ip->i_e2fs;
504
fs = &(
m_fs
->e2fs);
505
blksize =
m_fs
->e2fs_bsize;
713
struct m_ext2fs *
m_fs
;
local
727
m_fs
= ip->i_e2fs
807
struct m_ext2fs *
m_fs
;
local
[
all
...]
Completed in 55 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026