| /fs/bcachefs/ |
| A D | snapshot.c | 269 le32_to_cpu(s.v->skip[1]) > le32_to_cpu(s.v->skip[2]), in bch2_snapshot_validate() 327 t->skip[0] = le32_to_cpu(s.v->skip[0]); in __bch2_mark_snapshot() 328 t->skip[1] = le32_to_cpu(s.v->skip[1]); in __bch2_mark_snapshot() 329 t->skip[2] = le32_to_cpu(s.v->skip[2]); in __bch2_mark_snapshot() 332 t->skip[0] = 0; in __bch2_mark_snapshot() 414 if (!(skip && snapshot_list_has_id(skip, id))) { in bch2_snapshot_oldest_subvol() 426 skip = NULL; in bch2_snapshot_oldest_subvol() 629 if (s.skip[i]) in snapshot_skiplist_good() 836 bubble_sort(u->v.skip, ARRAY_SIZE(u->v.skip), cmp_le32); in check_snapshot() 1323 bubble_sort(n->v.skip, ARRAY_SIZE(n->v.skip), cmp_le32); in create_snapids() [all …]
|
| A D | snapshot_format.h | 14 __le32 skip[3]; member
|
| A D | snapshot_types.h | 20 u32 skip[3]; member
|
| /fs/jfs/ |
| A D | jfs_xtree.c | 723 memmove(&sp->xad[skip + 1], &sp->xad[skip], in xtSplitUp() 739 min(skip, (int)xtlck->lwm.offset) : skip; in xtSplitUp() 890 memmove(&sp->xad[skip + 1], &sp->xad[skip], in xtSplitUp() 909 min(skip, (int)xtlck->lwm.offset) : skip; in xtSplitUp() 1032 skip = split->index; in xtSplitPage() 1120 if (skip < middle) in xtSplitPage() 1121 memmove(&sp->xad[skip + 1], &sp->xad[skip], in xtSplitPage() 1133 min(skip, (int)sxtlck->lwm.offset) : skip; in xtSplitPage() 1144 n = skip - middle; in xtSplitPage() 1223 int skip, nextindex; in xtSplitRoot() local [all …]
|
| A D | jfs_dtree.c | 938 int skip; /* index of entry of insertion */ in dtSplitUp() local 1145 skip = parent->index + 1; in dtSplitUp() 1180 sp->header.prev != 0 || skip > 1) { in dtSplitUp() 1231 split->index = skip; /* index at insert */ in dtSplitUp() 1274 n = skip >> L2DTSLOTSIZE; in dtSplitUp() 1282 dtInsertEntry(sp, skip, &key, data, &dtlck); in dtSplitUp() 1500 skip = split->index; in dtSplitPage() 1513 if (off == skip) in dtSplitPage() 1594 if (skip <= off) { in dtSplitPage() 1602 n = skip >> L2DTSLOTSIZE; in dtSplitPage() [all …]
|
| /fs/exfat/ |
| A D | nls.c | 658 unsigned char skip = false; in exfat_load_upcase_table() local 681 if (skip) { in exfat_load_upcase_table() 683 skip = false; in exfat_load_upcase_table() 687 skip = true; in exfat_load_upcase_table() 709 unsigned char skip = false; in exfat_load_default_upcase_table() local 721 if (skip) { in exfat_load_default_upcase_table() 723 skip = false; in exfat_load_default_upcase_table() 727 skip = true; in exfat_load_default_upcase_table()
|
| /fs/netfs/ |
| A D | iterator.c | 115 size_t skip = iter->iov_offset + start_offset; in netfs_limit_bvec() local 122 while (n && ix < nbv && skip) { in netfs_limit_bvec() 124 if (skip < len) in netfs_limit_bvec() 126 skip -= len; in netfs_limit_bvec() 132 len = min3(n, bvecs[ix].bv_len - skip, max_size); in netfs_limit_bvec() 138 skip = 0; in netfs_limit_bvec()
|
| /fs/squashfs/ |
| A D | file.c | 88 int skip) in empty_meta_index() argument 96 TRACE("empty_meta_index: offset %d, skip %d\n", offset, skip); in empty_meta_index() 138 meta->skip = skip; in empty_meta_index() 217 u64 skip = blocks / ((SQUASHFS_META_ENTRIES + 1) in calculate_skip() local 219 return min((u64) SQUASHFS_CACHED_BLKS - 1, skip + 1); in calculate_skip() 232 int skip = calculate_skip(i_size_read(inode) >> msblk->block_log); in fill_meta_index() local 244 index /= SQUASHFS_META_INDEXES * skip; in fill_meta_index() 250 meta = empty_meta_index(inode, offset + 1, skip); in fill_meta_index() 276 int blocks = skip * SQUASHFS_META_INDEXES; in fill_meta_index() 315 return offset * SQUASHFS_META_INDEXES * skip; in fill_meta_index()
|
| /fs/btrfs/ |
| A D | uuid-tree.c | 333 goto skip; in btrfs_uuid_tree_iterate() 341 goto skip; in btrfs_uuid_tree_iterate() 380 skip: in btrfs_uuid_tree_iterate() 435 goto skip; in btrfs_uuid_scan_kthread() 441 goto skip; in btrfs_uuid_scan_kthread() 447 goto skip; in btrfs_uuid_scan_kthread() 466 goto skip; in btrfs_uuid_scan_kthread() 493 skip: in btrfs_uuid_scan_kthread()
|
| A D | scrub.c | 1014 goto skip; in scrub_stripe_report_errors() 1020 skip: in scrub_stripe_report_errors() 2656 goto skip; in scrub_enumerate_chunks() 2669 goto skip; in scrub_enumerate_chunks() 2693 goto skip; in scrub_enumerate_chunks() 2699 goto skip; in scrub_enumerate_chunks() 2715 goto skip; in scrub_enumerate_chunks() 2870 skip: in scrub_enumerate_chunks()
|
| /fs/hfs/ |
| A D | brec.c | 119 goto skip; in hfs_brec_insert() 131 skip: in hfs_brec_insert() 212 goto skip; in hfs_brec_remove() 224 skip: in hfs_brec_remove() 388 goto skip; in hfs_brec_update_parent() 416 skip: in hfs_brec_update_parent()
|
| /fs/hfsplus/ |
| A D | brec.c | 119 goto skip; in hfs_brec_insert() 131 skip: in hfs_brec_insert() 216 goto skip; in hfs_brec_remove() 228 skip: in hfs_brec_remove() 393 goto skip; in hfs_brec_update_parent() 422 skip: in hfs_brec_update_parent()
|
| /fs/fat/ |
| A D | file.c | 310 static int fat_free(struct inode *inode, int skip) in fat_free() argument 325 if (!skip) { in fat_free() 342 if (skip) { in fat_free() 346 ret = fat_get_cluster(inode, skip - 1, &fclus, &dclus); in fat_free() 373 inode->i_blocks = skip << (MSDOS_SB(sb)->cluster_bits - 9); in fat_free()
|
| /fs/ubifs/ |
| A D | recovery.c | 462 int skip, dlen = le32_to_cpu(ch->len); in no_more_nodes() local 465 skip = ALIGN(offs + UBIFS_CH_SZ, c->max_write_size) - offs; in no_more_nodes() 466 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 477 skip = ALIGN(offs + dlen, c->max_write_size) - offs; in no_more_nodes() 479 if (is_empty(buf + skip, len - skip)) in no_more_nodes() 481 dbg_rcvry("unexpected data at %d:%d", lnum, offs + skip); in no_more_nodes()
|
| /fs/ocfs2/ |
| A D | move_extents.c | 731 u32 threshold, int *skip) in ocfs2_calc_extent_defrag_len() argument 742 *skip = 1; in ocfs2_calc_extent_defrag_len() 760 int ret = 0, flags, do_defrag, skip = 0; in __ocfs2_move_extents_range() local 843 defrag_thresh, &skip); in __ocfs2_move_extents_range() 847 if (skip) { in __ocfs2_move_extents_range() 848 skip = 0; in __ocfs2_move_extents_range()
|
| /fs/ext4/ |
| A D | mmp.c | 315 goto skip; in ext4_multi_mount_protect() 348 skip: in ext4_multi_mount_protect()
|
| /fs/isofs/ |
| A D | rock.h | 11 __u8 skip; member
|
| /fs/jffs2/ |
| A D | debug.c | 739 int skip; in __jffs2_dbg_dump_buffer() local 744 i = skip = offs % JFFS2_BUFDUMP_BYTES_PER_LINE; in __jffs2_dbg_dump_buffer() 747 if (skip != 0) in __jffs2_dbg_dump_buffer() 750 while (skip--) in __jffs2_dbg_dump_buffer()
|
| /fs/smb/client/ |
| A D | cifsglob.h | 2243 unsigned int len, skip; in cifs_get_num_sgs() local 2253 skip = 20; in cifs_get_num_sgs() 2282 addr = (unsigned long)iov->iov_base + skip; in cifs_get_num_sgs() 2284 len = iov->iov_len - skip; in cifs_get_num_sgs() 2290 skip = 0; in cifs_get_num_sgs()
|
| /fs/f2fs/ |
| A D | recovery.c | 895 goto skip; in f2fs_recover_fsync_data() 899 goto skip; in f2fs_recover_fsync_data() 910 skip: in f2fs_recover_fsync_data()
|
| A D | gc.c | 583 goto skip; in atgc_lookup_victim() 607 skip: in atgc_lookup_victim() 1801 goto skip; in do_garbage_collect() 1804 goto skip; in do_garbage_collect() 1812 goto skip; in do_garbage_collect() 1843 skip: in do_garbage_collect()
|
| A D | extent_cache.c | 436 goto skip; in f2fs_init_read_extent_tree() 440 goto skip; in f2fs_init_read_extent_tree() 453 skip: in f2fs_init_read_extent_tree()
|
| /fs/gfs2/ |
| A D | rgrp.c | 1842 static void try_rgrp_unlink(struct gfs2_rgrpd *rgd, u64 *last_unlinked, u64 skip) in try_rgrp_unlink() argument 1865 if (block == skip) in try_rgrp_unlink() 2053 u32 free_blocks, blocks_available, skip = 0; in gfs2_inplace_reserve() local 2071 skip = gfs2_orlov_skip(ip); in gfs2_inplace_reserve() 2082 if (skip && skip--) in gfs2_inplace_reserve() 2168 if (skip) in gfs2_inplace_reserve()
|
| /fs/proc/ |
| A D | kcore.c | 519 goto skip; in read_kcore_iter() 620 skip: in read_kcore_iter()
|
| /fs/ceph/ |
| A D | snap.c | 440 bool skip = false; in rebuild_snap_realms() local 469 skip = true; in rebuild_snap_realms() 474 if (!skip) { in rebuild_snap_realms()
|