Searched refs:start_idx (Results 1 – 4 of 4) sorted by relevance
/fs/udf/ |
D | unicode.c | 50 int start_idx = str_i_idx; in get_utf16_char() local 86 return str_i_idx - start_idx; in get_utf16_char()
|
/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 815 int start_idx, int *best_idx, in ff_layout_choose_ds_for_read() argument 825 for (idx = start_idx; idx < fls->mirror_array_cnt; idx++) { in ff_layout_choose_ds_for_read() 847 int start_idx, int *best_idx) in ff_layout_choose_any_ds_for_read() argument 849 return ff_layout_choose_ds_for_read(lseg, start_idx, best_idx, false); in ff_layout_choose_any_ds_for_read() 854 int start_idx, int *best_idx) in ff_layout_choose_valid_ds_for_read() argument 856 return ff_layout_choose_ds_for_read(lseg, start_idx, best_idx, true); in ff_layout_choose_valid_ds_for_read() 861 int start_idx, int *best_idx) in ff_layout_choose_best_ds_for_read() argument 865 ds = ff_layout_choose_valid_ds_for_read(lseg, start_idx, best_idx); in ff_layout_choose_best_ds_for_read() 868 return ff_layout_choose_any_ds_for_read(lseg, start_idx, best_idx); in ff_layout_choose_best_ds_for_read()
|
/fs/ntfs/ |
D | file.c | 1780 pgoff_t idx, start_idx; in ntfs_perform_write() local 1784 start_idx = idx = pos >> PAGE_SHIFT; in ntfs_perform_write() 1818 start_idx = (pos & ~(s64) in ntfs_perform_write() 1843 status = __ntfs_grab_cache_pages(mapping, start_idx, do_pages, in ntfs_perform_write()
|
/fs/fuse/ |
D | file.c | 768 int start_idx = num_read >> PAGE_SHIFT; in fuse_short_read() local 771 for (i = start_idx; i < ap->num_pages; i++) { in fuse_short_read()
|