OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_valid_inode_count
(Results
1 - 3
of
3
) sorted by null
/external/f2fs-tools/fsck/
f2fs.h
147
unsigned int
total_valid_inode_count
; /* valid inode count */
member in struct:f2fs_sb_info
fsck.c
813
if (sbi->
total_valid_inode_count
== fsck->chk.valid_inode_cnt) {
mount.c
1096
sbi->
total_valid_inode_count
= le32_to_cpu(sbi->ckpt->valid_inode_count);
Completed in 264 milliseconds