Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/squashfs/
H A Dsquashfs.h82 extern const struct file_operations squashfs_dir_ops;
H A Dinode.c230 inode->i_fop = &squashfs_dir_ops; in squashfs_read_inode()
255 inode->i_fop = &squashfs_dir_ops; in squashfs_read_inode()
H A Ddir.c219 const struct file_operations squashfs_dir_ops = { variable