Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Df2fs_fs.h247 struct node_footer { struct
258 - sizeof(struct node_footer)) / sizeof(__le32)) argument
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))
365 struct node_footer footer;
/linux-6.12.1/fs/f2fs/
Dxattr.h74 #define VALID_XATTR_BLOCK_SIZE (PAGE_SIZE - sizeof(struct node_footer))
Dnode.h293 memcpy(&dst_rn->footer, &src_rn->footer, sizeof(struct node_footer)); in copy_node_footer()