Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Df2fs_fs.h248 struct node_footer { struct
259 - sizeof(struct node_footer)) / sizeof(__le32)) argument
265 #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;
/linux-6.15/fs/f2fs/
H A Dxattr.h74 #define VALID_XATTR_BLOCK_SIZE (PAGE_SIZE - sizeof(struct node_footer))
H A Dnode.h300 memcpy(&dst_rn->footer, &src_rn->footer, sizeof(struct node_footer)); in copy_node_footer()