Searched refs:F2FS_COMPRESS_RELEASED (Results 1 – 3 of 3) sorted by relevance
628 node_blk->i.i_inline |= F2FS_COMPRESS_RELEASED; in f2fs_build_file()
703 bool compr_rel = node_blk->i.i_inline & F2FS_COMPRESS_RELEASED; in fsck_chk_inode_blk()1207 bool compr_rel = inode->i_inline & F2FS_COMPRESS_RELEASED; in fsck_chk_dnode_blk()
927 #define F2FS_COMPRESS_RELEASED 0x80 /* file released compressed blocks */ macro