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.c645 btree[0].before = cpu_to_be32(blk1->blkno); in xfs_da3_root_split()
647 btree[1].before = cpu_to_be32(blk2->blkno); in xfs_da3_root_split()
944 btree[oldblk->index].before = cpu_to_be32(newblk->blkno); in xfs_da3_node_add()
1112 child = be32_to_cpu(btree[0].before); in xfs_da3_root_join()
1615 blkno = be32_to_cpu(btree[max - 1].before); in xfs_da3_node_lookup_int()
1618 blkno = be32_to_cpu(btree[probe].before); in xfs_da3_node_lookup_int()
1721 int before = 0; in xfs_da3_blk_link() local
1738 before = xfs_attr_leaf_order(old_blk->bp, new_blk->bp); in xfs_da3_blk_link()
1741 before = xfs_dir2_leafn_order(dp, old_blk->bp, new_blk->bp); in xfs_da3_blk_link()
1744 before = xfs_da3_node_order(dp, old_blk->bp, new_blk->bp); in xfs_da3_blk_link()
[all …]
Dxfs_attr_leaf.c1133 btree[0].before = cpu_to_be32(blkno); in xfs_attr3_leaf_to_node()
1995 int before; in xfs_attr3_leaf_remove() local
2027 before = after = -1; in xfs_attr3_leaf_remove()
2040 before = i; in xfs_attr3_leaf_remove()
2054 if ((before >= 0) || (after >= 0)) { in xfs_attr3_leaf_remove()
2055 if ((before >= 0) && (after >= 0)) { in xfs_attr3_leaf_remove()
2056 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
2057 ichdr.freemap[before].size += ichdr.freemap[after].size; in xfs_attr3_leaf_remove()
2060 } else if (before >= 0) { in xfs_attr3_leaf_remove()
2061 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
Dxfs_da_format.h83 __be32 before; /* Btree block before this key */ member
/fs/xfs/
Dxfs_attr_inactive.c161 child_fsb = be32_to_cpu(btree[0].before); in xfs_attr3_node_inactive()
227 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/ext4/
Dpage-io.c170 struct list_head *cur, *before, *after; in dump_completed_IO() local
179 before = cur->prev; in dump_completed_IO()
180 io0 = container_of(before, ext4_io_end_t, list); in dump_completed_IO()
/fs/notify/fanotify/
DKconfig23 listeners which need to scan files before allowing the system access to
/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/unicode/
DREADME.utf8data56 the *.txt files, before checking in the new versions of the utf8data.h
/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.c878 locks_insert_lock_ctx(struct file_lock *fl, struct list_head *before) in locks_insert_lock_ctx() argument
880 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/
DKconfig138 was last called before a reset or panic.
/fs/proc/
DKconfig54 specific snapshot of their hardware or firmware before the
/fs/f2fs/
Df2fs.h390 int before = nats_in_cursum(journal); in update_nats_in_cursum() local
392 journal->n_nats = cpu_to_le16(before + i); in update_nats_in_cursum()
393 return before; in update_nats_in_cursum()
398 int before = sits_in_cursum(journal); in update_sits_in_cursum() local
400 journal->n_sits = cpu_to_le16(before + i); in update_sits_in_cursum()
401 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