Searched refs:insert (Results 1 – 10 of 10) sorted by relevance
3857 struct ocfs2_insert_type *insert) in ocfs2_insert_at_leaf() argument3859 int i = insert->ins_contig_index; in ocfs2_insert_at_leaf()3865 if (insert->ins_split != SPLIT_NONE) { in ocfs2_insert_at_leaf()3870 insert->ins_split, rec, in ocfs2_insert_at_leaf()3878 if (insert->ins_contig != CONTIG_NONE) { in ocfs2_insert_at_leaf()3880 if (insert->ins_contig == CONTIG_LEFT) { in ocfs2_insert_at_leaf()3903 if (insert->ins_appending == APPEND_TAIL) { in ocfs2_insert_at_leaf()4157 struct ocfs2_insert_type *insert) in ocfs2_insert_path() argument4192 if (insert->ins_split != SPLIT_NONE) { in ocfs2_insert_path()4199 insert_rec, insert->ins_split); in ocfs2_insert_path()[all …]
774 goto insert; in btrfs_csum_file_blocks()785 goto insert; in btrfs_csum_file_blocks()792 goto insert; in btrfs_csum_file_blocks()796 goto insert; in btrfs_csum_file_blocks()811 goto insert; in btrfs_csum_file_blocks()823 goto insert; in btrfs_csum_file_blocks()835 goto insert; in btrfs_csum_file_blocks()857 insert: in btrfs_csum_file_blocks()
936 goto insert; in add_free_space_extent()950 goto insert; in add_free_space_extent()973 insert: in add_free_space_extent()
3270 int insert = 0; in btrfs_orphan_add() local3296 insert = 2; in btrfs_orphan_add()3298 insert = 1; in btrfs_orphan_add()3300 insert = 1; in btrfs_orphan_add()3317 if (insert) in btrfs_orphan_add()3325 if (insert >= 1) { in btrfs_orphan_add()3345 if (insert >= 2) { in btrfs_orphan_add()6987 goto insert; in btrfs_get_extent()7050 goto insert; in btrfs_get_extent()7059 insert: in btrfs_get_extent()
370 goto insert; in overwrite_item()450 insert: in overwrite_item()1746 goto insert; in replay_one_name()1771 goto insert; in replay_one_name()1784 insert: in replay_one_name()
2661 goto insert; in add_falloc_range()2672 insert: in add_falloc_range()
1541 u64 owner, u64 offset, int insert) in lookup_inline_extent_backref() argument1564 if (insert) { in lookup_inline_extent_backref()1610 if (ret && !insert) { in lookup_inline_extent_backref()1622 if (!insert) { in lookup_inline_extent_backref()1696 if (err == -ENOENT && insert) { in lookup_inline_extent_backref()1717 if (insert) { in lookup_inline_extent_backref()
357 goto insert; in xlog_cil_insert_format_items()381 goto insert; in xlog_cil_insert_format_items()387 insert: in xlog_cil_insert_format_items()
75 void __register_binfmt(struct linux_binfmt * fmt, int insert) in __register_binfmt() argument81 insert ? list_add(&fmt->lh, &formats) : in __register_binfmt()
197 - Fixed bug in add_entry(): When doing a sorted insert,