Home
last modified time | relevance | path

Searched refs:DEF_ADDRS_PER_BLOCK (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Df2fs_fs.h264 #define DEF_ADDRS_PER_BLOCK ((F2FS_BLKSIZE - sizeof(struct node_footer)) / sizeof(__le32)) macro
342 __le32 addr[DEF_ADDRS_PER_BLOCK]; /* array of data block address */
/linux-6.12.1/fs/f2fs/
Dgc.c1174 max_addrs = DEF_ADDRS_PER_BLOCK; in is_alive()
Df2fs.h3273 get_inline_xattr_addrs(inode)) : DEF_ADDRS_PER_BLOCK; in addrs_per_page()
Dsuper.c3306 leaf_count = DEF_ADDRS_PER_BLOCK; in max_file_blocks()