Home
last modified time | relevance | path

Searched refs:F2FS_TOTAL_EXTRA_ATTR_SIZE (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/f2fs/
Dxattr.h87 F2FS_TOTAL_EXTRA_ATTR_SIZE / sizeof(__le32) - \
Dinode.c237 if (fi->i_extra_isize > F2FS_TOTAL_EXTRA_ATTR_SIZE || in sanity_check_inode()
242 F2FS_TOTAL_EXTRA_ATTR_SIZE); in sanity_check_inode()
Dnamei.c85 F2FS_I(inode)->i_extra_isize = F2FS_TOTAL_EXTRA_ATTR_SIZE; in f2fs_new_inode()
Df2fs.h2834 #define F2FS_TOTAL_EXTRA_ATTR_SIZE \ macro