Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 50) sorted by relevance

12

/linux-4.19.296/fs/reiserfs/
Dlbalance.c901 void leaf_insert_into_buf(struct buffer_info *bi, int before, in leaf_insert_into_buf() argument
927 ih = item_head(bh, before); in leaf_insert_into_buf()
930 last_loc = nr ? ih_location(&ih[nr - before - 1]) : bh->b_size; in leaf_insert_into_buf()
931 unmoved_loc = before ? ih_location(ih - 1) : bh->b_size; in leaf_insert_into_buf()
948 memmove(ih + 1, ih, IH_SIZE * (nr - before)); in leaf_insert_into_buf()
952 for (i = before; i < nr + 1; i++) { in leaf_insert_into_buf()
953 unmoved_loc -= ih_item_len(&ih[i - before]); in leaf_insert_into_buf()
954 put_ih_location(&ih[i - before], unmoved_loc); in leaf_insert_into_buf()
1316 int before, in leaf_paste_entries() argument
1338 RFALSE(ih_entry_count(ih) < before, in leaf_paste_entries()
[all …]
DREADME24 discuss this with him before or after contributing. You have the
78 hip, get with the new economic trend, before your competitors do. Send
140 implemented allocate on flush before us for XFS, and generously took
/linux-4.19.296/drivers/ntb/hw/idt/
DKconfig7 Some of the pre-initializations must be made before IDT PCIe-switch
11 value. Evidently it must be done before PCI bus enumeration is
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_da_btree.c625 btree[0].before = cpu_to_be32(blk1->blkno); in xfs_da3_root_split()
627 btree[1].before = cpu_to_be32(blk2->blkno); in xfs_da3_root_split()
924 btree[oldblk->index].before = cpu_to_be32(newblk->blkno); in xfs_da3_node_add()
1092 child = be32_to_cpu(btree[0].before); in xfs_da3_root_join()
1590 blkno = be32_to_cpu(btree[max - 1].before); in xfs_da3_node_lookup_int()
1593 blkno = be32_to_cpu(btree[probe].before); in xfs_da3_node_lookup_int()
1691 int before = 0; in xfs_da3_blk_link() local
1708 before = xfs_attr_leaf_order(old_blk->bp, new_blk->bp); in xfs_da3_blk_link()
1711 before = xfs_dir2_leafn_order(dp, old_blk->bp, new_blk->bp); in xfs_da3_blk_link()
1714 before = xfs_da3_node_order(dp, old_blk->bp, new_blk->bp); in xfs_da3_blk_link()
[all …]
Dxfs_attr_leaf.c1123 btree[0].before = cpu_to_be32(blkno); in xfs_attr3_leaf_to_node()
1985 int before; in xfs_attr3_leaf_remove() local
2017 before = after = -1; in xfs_attr3_leaf_remove()
2030 before = i; in xfs_attr3_leaf_remove()
2044 if ((before >= 0) || (after >= 0)) { in xfs_attr3_leaf_remove()
2045 if ((before >= 0) && (after >= 0)) { in xfs_attr3_leaf_remove()
2046 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
2047 ichdr.freemap[before].size += ichdr.freemap[after].size; in xfs_attr3_leaf_remove()
2050 } else if (before >= 0) { in xfs_attr3_leaf_remove()
2051 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
/linux-4.19.296/drivers/rtc/
Dinterface.c223 struct rtc_time before, now; in __rtc_read_alarm() local
271 err = rtc_read_time(rtc, &before); in __rtc_read_alarm()
276 memcpy(&before, &now, sizeof(struct rtc_time)); in __rtc_read_alarm()
296 } while ( before.tm_min != now.tm_min in __rtc_read_alarm()
297 || before.tm_hour != now.tm_hour in __rtc_read_alarm()
298 || before.tm_mon != now.tm_mon in __rtc_read_alarm()
299 || before.tm_year != now.tm_year); in __rtc_read_alarm()
/linux-4.19.296/drivers/of/
Dunittest.c1501 int unittest_nr, int before, int after, in of_unittest_apply_overlay_check() argument
1507 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in of_unittest_apply_overlay_check()
1511 !before ? "enabled" : "disabled"); in of_unittest_apply_overlay_check()
1536 int unittest_nr, int before, int after, in of_unittest_apply_revert_overlay_check() argument
1542 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in of_unittest_apply_revert_overlay_check()
1546 !before ? "enabled" : "disabled"); in of_unittest_apply_revert_overlay_check()
1576 if (of_unittest_device_exists(unittest_nr, ovtype) != before) { in of_unittest_apply_revert_overlay_check()
1580 !before ? "enabled" : "disabled"); in of_unittest_apply_revert_overlay_check()
1652 int before = 0, after = 1; in of_unittest_overlay_6() local
1658 != before) { in of_unittest_overlay_6()
[all …]
/linux-4.19.296/drivers/media/dvb-frontends/
Ddib7000m.h37 int (*agc_control) (struct dvb_frontend *, u8 before);
Ddib7000p.h34 int (*agc_control) (struct dvb_frontend *, u8 before);
Ddib8000.h29 void (*agc_control) (struct dvb_frontend *, u8 before);
/linux-4.19.296/fs/notify/fanotify/
DKconfig22 listeners which need to scan files before allowing the system access to
/linux-4.19.296/fs/ext4/
Dpage-io.c178 struct list_head *cur, *before, *after; in dump_completed_IO() local
187 before = cur->prev; in dump_completed_IO()
188 io0 = container_of(before, ext4_io_end_t, list); in dump_completed_IO()
/linux-4.19.296/fs/xfs/
Dxfs_attr_inactive.c228 child_fsb = be32_to_cpu(btree[0].before); in xfs_attr3_node_inactive()
293 child_fsb = be32_to_cpu(btree[i + 1].before); in xfs_attr3_node_inactive()
/linux-4.19.296/drivers/misc/
Dkgdbts.c841 char before[BREAK_INSTR_SIZE]; in run_plant_and_detach_test() local
844 probe_kernel_read(before, (char *)kgdbts_break_test, in run_plant_and_detach_test()
854 if (memcmp(before, after, BREAK_INSTR_SIZE)) { in run_plant_and_detach_test()
/linux-4.19.296/fs/ufs/
DKconfig28 If you haven't heard about all of this before, it's safe to say N.
/linux-4.19.296/fs/sysv/
DKconfig36 If you haven't heard about all of this before, it's safe to say N.
/linux-4.19.296/lib/
DKconfig.kasan52 Compiler directly inserts code checking shadow memory before
/linux-4.19.296/fs/
DKconfig.binfmt70 GDB before 6.7 are confused by ELF core dump files in this format.
88 module from an initramfs, the portion of the initramfs before loading
/linux-4.19.296/fs/jffs2/
DREADME.Locking50 before calling a function which may need to allocate space. The
56 before calling the space allocation functions.
Dxattr.c106 uint32_t target, before; in reclaim_xattr_datum() local
113 before = c->xdatum_mem_usage; in reclaim_xattr_datum()
129 before, c->xdatum_mem_usage, before - c->xdatum_mem_usage); in reclaim_xattr_datum()
/linux-4.19.296/fs/ntfs/
DKconfig69 write support, included in Linux 2.5.10 and before (since 1997),
/linux-4.19.296/fs/pstore/
DKconfig137 was last called before a reset or panic.
/linux-4.19.296/drivers/media/dvb-core/
Ddvb_demux.c353 const u8 *before = &buf[p + 1]; in dvb_dmx_swfilter_section_packet() local
355 const u8 *after = &before[before_len]; in dvb_dmx_swfilter_section_packet()
358 dvb_dmx_swfilter_section_copy_dump(feed, before, in dvb_dmx_swfilter_section_packet()
/linux-4.19.296/fs/befs/
DChangeLog39 before. (btree.c) [Sergey S. Kostyliov <rathamahata@php4.ru>]
220 headroom before the big 1.0.
369 Not that it was possible to write before. But now the kernel won't even try.
/linux-4.19.296/fs/proc/
DKconfig53 specific snapshot of their hardware or firmware before the

12