Home
last modified time | relevance | path

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

/linux/include/linux/
H A Df2fs_fs.h249 struct node_footer { struct
260 - sizeof(struct node_footer)) / sizeof(__le32)) argument
266 #define DEF_ADDRS_PER_BLOCK ((F2FS_BLKSIZE - sizeof(struct node_footer)) / sizeof(__le32))
269 #define NIDS_PER_BLOCK ((F2FS_BLKSIZE - sizeof(struct node_footer)) / sizeof(__le32))
367 struct node_footer footer;
/linux/fs/f2fs/
H A Dnode.h301 memcpy(&dst_rn->footer, &src_rn->footer, sizeof(struct node_footer)); in copy_node_footer()