Home
last modified time | relevance | path

Searched refs:f2fs_compress_aops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/f2fs/
H A Dinode.c24 extern const struct address_space_operations f2fs_compress_aops;
578 inode->i_mapping->a_ops = &f2fs_compress_aops; in f2fs_iget()
H A Dcompress.c1829 const struct address_space_operations f2fs_compress_aops = { variable