Lines Matching defs:start_idx
945 unsigned int start_idx = cluster_idx <<
950 ret = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
1046 pgoff_t start_idx = start_idx_of_cluster(cc);
1050 ret = f2fs_is_compressed_cluster(cc->inode, start_idx);
1060 page = f2fs_pagecache_get_page(mapping, start_idx + i,
1093 page = find_lock_page(mapping, start_idx + i);
1166 pgoff_t start_idx = from >> (PAGE_SHIFT + log_cluster_size) <<
1170 err = f2fs_is_compressed_cluster(inode, start_idx);
1180 start_idx, &fsdata);
1205 f2fs_compress_write_end(inode, fsdata, start_idx, true);
1237 pgoff_t start_idx = start_idx_of_cluster(cc);
1262 err = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
1624 pgoff_t start_idx = start_idx_of_cluster(cc);
1647 dic->need_verity = f2fs_need_verity(cc->inode, start_idx);
1664 start_idx + i + 1, dic);