Searched refs:node_footer (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Df2fs_fs.h247 struct node_footer { struct
258 - sizeof(struct node_footer)) / sizeof(__le32))
264 #define DEF_ADDRS_PER_BLOCK ((F2FS_BLKSIZE - sizeof(struct node_footer)) / sizeof(__le32))
267 #define NIDS_PER_BLOCK ((F2FS_BLKSIZE - sizeof(struct node_footer)) / sizeof(__le32))
366 struct node_footer footer;
/linux-master/fs/f2fs/
H A Dxattr.h74 #define VALID_XATTR_BLOCK_SIZE (PAGE_SIZE - sizeof(struct node_footer))
116 * | node_footer |
H A Dnode.h293 memcpy(&dst_rn->footer, &src_rn->footer, sizeof(struct node_footer));

Completed in 115 milliseconds