Home
last modified time | relevance | path

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

/linux/fs/squashfs/
H A Dsquashfs.h110 extern const struct file_operations squashfs_file_operations;
H A Dinode.c171 inode->i_fop = &squashfs_file_operations; in squashfs_read_inode()
229 inode->i_fop = &squashfs_file_operations; in squashfs_read_inode()
H A Dfile.c774 const struct file_operations squashfs_file_operations = { variable