Home
last modified time | relevance | path

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

12

/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
/fs/xfs/libxfs/
Dxfs_da_btree.c643 btree[0].before = cpu_to_be32(blk1->blkno); in xfs_da3_root_split()
645 btree[1].before = cpu_to_be32(blk2->blkno); in xfs_da3_root_split()
942 btree[oldblk->index].before = cpu_to_be32(newblk->blkno); in xfs_da3_node_add()
1110 child = be32_to_cpu(btree[0].before); in xfs_da3_root_join()
1608 blkno = be32_to_cpu(btree[max - 1].before); in xfs_da3_node_lookup_int()
1611 blkno = be32_to_cpu(btree[probe].before); in xfs_da3_node_lookup_int()
1709 int before = 0; in xfs_da3_blk_link() local
1726 before = xfs_attr_leaf_order(old_blk->bp, new_blk->bp); in xfs_da3_blk_link()
1729 before = xfs_dir2_leafn_order(dp, old_blk->bp, new_blk->bp); in xfs_da3_blk_link()
1732 before = xfs_da3_node_order(dp, old_blk->bp, new_blk->bp); in xfs_da3_blk_link()
[all …]
Dxfs_attr_leaf.c1132 btree[0].before = cpu_to_be32(blkno); in xfs_attr3_leaf_to_node()
1992 int before; in xfs_attr3_leaf_remove() local
2024 before = after = -1; in xfs_attr3_leaf_remove()
2037 before = i; in xfs_attr3_leaf_remove()
2051 if ((before >= 0) || (after >= 0)) { in xfs_attr3_leaf_remove()
2052 if ((before >= 0) && (after >= 0)) { in xfs_attr3_leaf_remove()
2053 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
2054 ichdr.freemap[before].size += ichdr.freemap[after].size; in xfs_attr3_leaf_remove()
2057 } else if (before >= 0) { in xfs_attr3_leaf_remove()
2058 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
Dxfs_da_format.h83 __be32 before; /* Btree block before this key */ member
/fs/ext4/
Dpage-io.c168 struct list_head *cur, *before, *after; in dump_completed_IO() local
177 before = cur->prev; in dump_completed_IO()
178 io0 = container_of(before, ext4_io_end_t, list); in dump_completed_IO()
/fs/xfs/
Dxfs_attr_inactive.c223 child_fsb = be32_to_cpu(btree[0].before); in xfs_attr3_node_inactive()
288 child_fsb = be32_to_cpu(btree[i + 1].before); in xfs_attr3_node_inactive()
DKconfig95 filesystem downtime by fixing minor problems before they cause the
Dxfs_attr_list.c249 cursor->blkno = be32_to_cpu(btree->before); in xfs_attr_node_list_lookup()
/fs/notify/fanotify/
DKconfig23 listeners which need to scan files before allowing the system access to
/fs/unicode/
DREADME.utf8data56 the *.txt files, before checking in the new versions of the utf8data.h
/fs/sysv/
DKconfig37 If you haven't heard about all of this before, it's safe to say N.
/fs/ufs/
DKconfig29 If you haven't heard about all of this before, it's safe to say N.
/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()
/fs/
DKconfig.binfmt71 GDB before 6.7 are confused by ELF core dump files in this format.
89 module from an initramfs, the portion of the initramfs before loading
Dlocks.c855 locks_insert_lock_ctx(struct file_lock *fl, struct list_head *before) in locks_insert_lock_ctx() argument
857 list_add_tail(&fl->fl_list, before); in locks_insert_lock_ctx()
/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.
/fs/ntfs/
DKconfig70 write support, included in Linux 2.5.10 and before (since 1997),
/fs/pstore/
DKconfig137 was last called before a reset or panic.
/fs/proc/
DKconfig54 specific snapshot of their hardware or firmware before the
/fs/f2fs/
Df2fs.h374 int before = nats_in_cursum(journal); in update_nats_in_cursum() local
376 journal->n_nats = cpu_to_le16(before + i); in update_nats_in_cursum()
377 return before; in update_nats_in_cursum()
382 int before = sits_in_cursum(journal); in update_sits_in_cursum() local
384 journal->n_sits = cpu_to_le16(before + i); in update_sits_in_cursum()
385 return before; in update_sits_in_cursum()
/fs/xfs/scrub/
Ddabtree.c571 blkno = be32_to_cpu(key->before); in xchk_da_btree()
/fs/cramfs/
DREADME27 a directory's entries before recursing down its subdirectories: the
/fs/affs/
DChanges162 This was fixed before, but somehow got lost.

12