Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Df2fs_fs.h220 #define F2FS_ORPHANS_PER_BLOCK 1020 macro
222 #define GET_ORPHAN_BLOCKS(n) (((n) + F2FS_ORPHANS_PER_BLOCK - 1) / \
223 F2FS_ORPHANS_PER_BLOCK)
226 __le32 ino[F2FS_ORPHANS_PER_BLOCK]; /* inode numbers */
/linux-6.1.9/fs/f2fs/
Dcheckpoint.c804 if (nentries == F2FS_ORPHANS_PER_BLOCK) { in write_orphan_inodes()
1737 F2FS_ORPHANS_PER_BLOCK; in f2fs_init_ino_entry_info()