• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/

Lines Matching refs:s_ops

44 squashfs_operations s_ops;
809 s_ops.read_block_list(block_list, inode->block_ptr, inode->blocks);
858 s_ops.read_fragment(inode->fragment, &start, &size);
1260 struct dir *dir = s_ops.squashfs_opendir(start_block, offset, &i);
1278 i = s_ops.read_inode(start_block, offset);
1304 struct dir *dir = s_ops.squashfs_opendir(start_block, offset, &i);
1330 i = s_ops.read_inode(start_block, offset);
1468 s_ops.squashfs_opendir = squashfs_opendir_4;
1469 s_ops.read_fragment = read_fragment_4;
1470 s_ops.read_fragment_table = read_fragment_table_4;
1471 s_ops.read_block_list = read_block_list_2;
1472 s_ops.read_inode = read_inode_4;
1473 s_ops.read_uids_guids = read_uids_guids_4;
1541 s_ops.squashfs_opendir = squashfs_opendir_1;
1542 s_ops.read_fragment_table = read_fragment_table_1;
1543 s_ops.read_block_list = read_block_list_1;
1544 s_ops.read_inode = read_inode_1;
1545 s_ops.read_uids_guids = read_uids_guids_1;
1549 s_ops.squashfs_opendir = squashfs_opendir_1;
1550 s_ops.read_fragment = read_fragment_2;
1551 s_ops.read_fragment_table = read_fragment_table_2;
1552 s_ops.read_block_list = read_block_list_2;
1553 s_ops.read_inode = read_inode_2;
1554 s_ops.read_uids_guids = read_uids_guids_1;
1557 s_ops.squashfs_opendir = squashfs_opendir_3;
1558 s_ops.read_fragment = read_fragment_3;
1559 s_ops.read_fragment_table = read_fragment_table_3;
1560 s_ops.read_block_list = read_block_list_2;
1561 s_ops.read_inode = read_inode_3;
1562 s_ops.read_uids_guids = read_uids_guids_1;
2181 if(s_ops.read_uids_guids() == FALSE)
2184 if(s_ops.read_fragment_table() == FALSE)