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

/linux-master/include/linux/
H A Df2fs_fs.h264 #define DEF_ADDRS_PER_BLOCK ((F2FS_BLKSIZE - sizeof(struct node_footer)) / sizeof(__le32)) macro
343 __le32 addr[DEF_ADDRS_PER_BLOCK]; /* array of data block address */
/linux-master/fs/f2fs/
H A Df2fs.h3240 return DEF_ADDRS_PER_BLOCK;
3241 return ALIGN_DOWN(DEF_ADDRS_PER_BLOCK, F2FS_I(inode)->i_cluster_size);
H A Dgc.c1139 max_addrs = DEF_ADDRS_PER_BLOCK;
H A Dsuper.c3284 leaf_count = DEF_ADDRS_PER_BLOCK;

Completed in 287 milliseconds