Home
last modified time | relevance | path

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

/openbmc/linux/fs/squashfs/
H A Dsquashfs.h101 extern const struct address_space_operations squashfs_aops;
H A Dinode.c168 inode->i_data.a_ops = &squashfs_aops; in squashfs_read_inode()
215 inode->i_data.a_ops = &squashfs_aops; in squashfs_read_inode()
H A Dfile.c636 const struct address_space_operations squashfs_aops = { variable