Home
last modified time | relevance | path

Searched refs:F2FS_ORPHANS_PER_BLOCK (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/linux/
Df2fs_fs.h221 #define F2FS_ORPHANS_PER_BLOCK 1020 macro
223 #define GET_ORPHAN_BLOCKS(n) (((n) + F2FS_ORPHANS_PER_BLOCK - 1) / \
224 F2FS_ORPHANS_PER_BLOCK)
227 __le32 ino[F2FS_ORPHANS_PER_BLOCK]; /* inode numbers */
/linux-6.6.21/fs/f2fs/
Dcheckpoint.c803 if (nentries == F2FS_ORPHANS_PER_BLOCK) { in write_orphan_inodes()
1735 F2FS_ORPHANS_PER_BLOCK; in f2fs_init_ino_entry_info()