Searched refs:node_footer (Results 1 – 3 of 3) sorted by relevance
248 struct node_footer { struct259 - sizeof(struct node_footer)) / sizeof(__le32)) argument265 #define DEF_ADDRS_PER_BLOCK ((F2FS_BLKSIZE - sizeof(struct node_footer)) / sizeof(__le32))268 #define NIDS_PER_BLOCK ((F2FS_BLKSIZE - sizeof(struct node_footer)) / sizeof(__le32))366 struct node_footer footer;
74 #define VALID_XATTR_BLOCK_SIZE (PAGE_SIZE - sizeof(struct node_footer))
300 memcpy(&dst_rn->footer, &src_rn->footer, sizeof(struct node_footer)); in copy_node_footer()