Lines Matching defs:start_idx
950 pgoff_t start_idx = start_idx_of_cluster(cc);
968 page = f2fs_pagecache_get_page(mapping, start_idx + i,
1001 page = find_lock_page(mapping, start_idx + i);
1025 ret = f2fs_get_block(&dn, start_idx + i);
1093 pgoff_t start_idx = from >> (PAGE_SHIFT + log_cluster_size) <<
1097 err = f2fs_is_compressed_cluster(inode, start_idx);
1107 start_idx, &fsdata);
1132 f2fs_compress_write_end(inode, fsdata, start_idx, true);
1163 pgoff_t start_idx = start_idx_of_cluster(cc);
1181 err = f2fs_get_dnode_of_data(&dn, start_idx, LOOKUP_NODE);
1471 pgoff_t start_idx = start_idx_of_cluster(cc);
1509 start_idx + i + 1, dic);