Searched refs:step (Results 1 – 8 of 8) sorted by relevance
/fs/exfat/ |
D | dir.c | 939 int order, step, name_len = 0; in exfat_find_dir_entry() local 961 step = DIRENT_STEP_FILE; in exfat_find_dir_entry() 979 step = DIRENT_STEP_FILE; in exfat_find_dir_entry() 1012 step = DIRENT_STEP_FILE; in exfat_find_dir_entry() 1017 step = DIRENT_STEP_STRM; in exfat_find_dir_entry() 1026 if (step != DIRENT_STEP_STRM) { in exfat_find_dir_entry() 1027 step = DIRENT_STEP_FILE; in exfat_find_dir_entry() 1031 step = DIRENT_STEP_FILE; in exfat_find_dir_entry() 1037 step = DIRENT_STEP_NAME; in exfat_find_dir_entry() 1049 if (step != DIRENT_STEP_NAME || in exfat_find_dir_entry() [all …]
|
/fs/pstore/ |
D | platform.c | 813 const struct pstore_zbackend *step; in pstore_choose_compression() local 818 for (step = zbackends; step->name; step++) { in pstore_choose_compression() 819 if (!strcmp(compress, step->name)) { in pstore_choose_compression() 820 zbackend = step; in pstore_choose_compression()
|
/fs/ceph/ |
D | dir.c | 199 u64 step = count >> 1; in __dcache_readdir() local 200 dentry = __dcache_find_get_entry(parent, idx + step, in __dcache_readdir() 214 idx += step + 1; in __dcache_readdir() 215 count -= step + 1; in __dcache_readdir() 217 count = step; in __dcache_readdir() 500 int step, nr = rinfo->dir_nr; in ceph_readdir() local 502 step = nr >> 1; in ceph_readdir() 503 if (rinfo->dir_entries[i + step].offset < ctx->pos) { in ceph_readdir() 504 i += step + 1; in ceph_readdir() 505 nr -= step + 1; in ceph_readdir() [all …]
|
/fs/f2fs/ |
D | node.c | 1941 int step = 0; in f2fs_sync_node_pages() local 1973 if (step == 0 && IS_DNODE(page)) in f2fs_sync_node_pages() 1975 if (step == 1 && (!IS_DNODE(page) || in f2fs_sync_node_pages() 1978 if (step == 2 && (!IS_DNODE(page) || in f2fs_sync_node_pages() 2039 step = 2; in f2fs_sync_node_pages() 2044 if (step < 2) { in f2fs_sync_node_pages() 2046 wbc->sync_mode == WB_SYNC_NONE && step == 1) in f2fs_sync_node_pages() 2048 step++; in f2fs_sync_node_pages()
|
/fs/ |
D | binfmt_elf.c | 719 size_t o, step; in parse_elf_property() local 741 step = round_up(pr->pr_datasz, ELF_GNU_PROPERTY_ALIGN); in parse_elf_property() 742 if (step > datasz) in parse_elf_property() 755 *off = o + step; in parse_elf_property()
|
/fs/btrfs/ |
D | volumes.h | 440 void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices, int step);
|
D | block-group.c | 442 u64 step = chunk << 1; in fragment_free_space() local 446 start += step; in fragment_free_space() 447 if (len < step) in fragment_free_space() 450 len -= step; in fragment_free_space()
|
D | volumes.c | 1088 int step, struct btrfs_device **latest_dev) in __btrfs_free_extra_devids() argument 1134 void btrfs_free_extra_devids(struct btrfs_fs_devices *fs_devices, int step) in btrfs_free_extra_devids() argument 1140 __btrfs_free_extra_devids(fs_devices, step, &latest_dev); in btrfs_free_extra_devids() 1143 __btrfs_free_extra_devids(seed_dev, step, &latest_dev); in btrfs_free_extra_devids()
|