/fs/reiserfs/ |
D | lbalance.c | 901 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 …]
|
D | README | 24 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/ |
D | xfs_da_btree.c | 736 btree[0].before = cpu_to_be32(blk1->blkno); in xfs_da3_root_split() 738 btree[1].before = cpu_to_be32(blk2->blkno); in xfs_da3_root_split() 1036 btree[oldblk->index].before = cpu_to_be32(newblk->blkno); in xfs_da3_node_add() 1203 child = be32_to_cpu(oldroothdr.btree[0].before); in xfs_da3_root_join() 1701 blkno = be32_to_cpu(btree[max - 1].before); in xfs_da3_node_lookup_int() 1704 blkno = be32_to_cpu(btree[probe].before); in xfs_da3_node_lookup_int() 1802 int before = 0; in xfs_da3_blk_link() local 1819 before = xfs_attr_leaf_order(old_blk->bp, new_blk->bp); in xfs_da3_blk_link() 1822 before = xfs_dir2_leafn_order(dp, old_blk->bp, new_blk->bp); in xfs_da3_blk_link() 1825 before = xfs_da3_node_order(dp, old_blk->bp, new_blk->bp); in xfs_da3_blk_link() [all …]
|
D | xfs_attr_leaf.c | 1227 icnodehdr.btree[0].before = cpu_to_be32(blkno); in xfs_attr3_leaf_to_node() 2090 int before; in xfs_attr3_leaf_remove() local 2122 before = after = -1; in xfs_attr3_leaf_remove() 2135 before = i; in xfs_attr3_leaf_remove() 2149 if ((before >= 0) || (after >= 0)) { in xfs_attr3_leaf_remove() 2150 if ((before >= 0) && (after >= 0)) { in xfs_attr3_leaf_remove() 2151 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove() 2152 ichdr.freemap[before].size += ichdr.freemap[after].size; in xfs_attr3_leaf_remove() 2155 } else if (before >= 0) { in xfs_attr3_leaf_remove() 2156 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
|
D | xfs_da_format.h | 83 __be32 before; /* Btree block before this key */ member
|
/fs/xfs/ |
D | xfs_attr_inactive.c | 159 child_fsb = be32_to_cpu(ichdr.btree[0].before); in xfs_attr3_node_inactive() 234 child_fsb = be32_to_cpu(phdr.btree[i + 1].before); in xfs_attr3_node_inactive()
|
D | xfs_attr_list.c | 254 cursor->blkno = be32_to_cpu(btree->before); in xfs_attr_node_list_lookup()
|
D | Kconfig | 120 filesystem downtime by fixing minor problems before they cause the
|
/fs/ext4/ |
D | page-io.c | 204 struct list_head *cur, *before, *after; in dump_completed_IO() local 213 before = cur->prev; in dump_completed_IO() 214 io_end0 = container_of(before, ext4_io_end_t, list); in dump_completed_IO()
|
/fs/notify/fanotify/ |
D | Kconfig | 23 listeners which need to scan files before allowing the system access to
|
/fs/sysv/ |
D | Kconfig | 37 If you haven't heard about all of this before, it's safe to say N.
|
/fs/unicode/ |
D | README.utf8data | 56 the *.txt files, before checking in the new versions of the utf8data.h
|
/fs/ufs/ |
D | Kconfig | 29 If you haven't heard about all of this before, it's safe to say N.
|
/fs/jffs2/ |
D | README.Locking | 50 before calling a function which may need to allocate space. The 56 before calling the space allocation functions.
|
D | xattr.c | 106 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/ |
D | Kconfig.binfmt | 77 GDB before 6.7 are confused by ELF core dump files in this format. 95 module from an initramfs, the portion of the initramfs before loading
|
D | locks.c | 878 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/ |
D | ChangeLog | 39 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/ |
D | Kconfig | 70 write support, included in Linux 2.5.10 and before (since 1997),
|
/fs/proc/ |
D | Kconfig | 54 specific snapshot of their hardware or firmware before the
|
/fs/f2fs/ |
D | f2fs.h | 425 int before = nats_in_cursum(journal); in update_nats_in_cursum() local 427 journal->n_nats = cpu_to_le16(before + i); in update_nats_in_cursum() 428 return before; in update_nats_in_cursum() 433 int before = sits_in_cursum(journal); in update_sits_in_cursum() local 435 journal->n_sits = cpu_to_le16(before + i); in update_sits_in_cursum() 436 return before; in update_sits_in_cursum()
|
/fs/xfs/scrub/ |
D | dabtree.c | 563 blkno = be32_to_cpu(key->before); in xchk_da_btree()
|
/fs/pstore/ |
D | Kconfig | 138 was last called before a reset or panic.
|
/fs/cramfs/ |
D | README | 27 a directory's entries before recursing down its subdirectories: the
|
/fs/affs/ |
D | Changes | 162 This was fixed before, but somehow got lost.
|