Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dxattr.h89 F2FS_TOTAL_EXTRA_ATTR_SIZE / sizeof(__le32) - \
H A Dinode.c289 if (fi->i_extra_isize > F2FS_TOTAL_EXTRA_ATTR_SIZE || in sanity_check_inode()
294 F2FS_TOTAL_EXTRA_ATTR_SIZE); in sanity_check_inode()
H A Dnamei.c281 F2FS_I(inode)->i_extra_isize = F2FS_TOTAL_EXTRA_ATTR_SIZE; in f2fs_new_inode()
H A Df2fs.h3453 #define F2FS_TOTAL_EXTRA_ATTR_SIZE \ macro