| /fs/xfs/libxfs/ |
| A D | xfs_da_btree.c | 805 btree[0].before = cpu_to_be32(blk1->blkno); in xfs_da3_root_split() 807 btree[1].before = cpu_to_be32(blk2->blkno); in xfs_da3_root_split() 1270 child = be32_to_cpu(oldroothdr.btree[0].before); in xfs_da3_root_join() 1799 blkno = be32_to_cpu(btree[max - 1].before); in xfs_da3_node_lookup_int() 1802 blkno = be32_to_cpu(btree[probe].before); in xfs_da3_node_lookup_int() 1906 int before = 0; in xfs_da3_blk_link() local 1936 if (before) { in xfs_da3_blk_link() 2205 blkno = be32_to_cpu(btree[blk->index].before); in xfs_da3_path_shift() 2582 par_blkno = be32_to_cpu(btree[entno].before); in xfs_da3_swap_lastblock() 2631 btree[entno].before = cpu_to_be32(dead_blkno); in xfs_da3_swap_lastblock() [all …]
|
| A D | xfs_attr_leaf.c | 1265 icnodehdr.btree[0].before = cpu_to_be32(blkno); in xfs_attr3_leaf_to_node() 2135 int before; in xfs_attr3_leaf_remove() local 2167 before = after = -1; in xfs_attr3_leaf_remove() 2180 before = i; in xfs_attr3_leaf_remove() 2194 if ((before >= 0) || (after >= 0)) { in xfs_attr3_leaf_remove() 2195 if ((before >= 0) && (after >= 0)) { in xfs_attr3_leaf_remove() 2196 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove() 2197 ichdr.freemap[before].size += ichdr.freemap[after].size; in xfs_attr3_leaf_remove() 2200 } else if (before >= 0) { in xfs_attr3_leaf_remove() 2201 ichdr.freemap[before].size += entsize; in xfs_attr3_leaf_remove()
|
| A D | xfs_da_format.h | 83 __be32 before; /* Btree block before this key */ member
|
| /fs/xfs/ |
| A D | xfs_attr_inactive.c | 161 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()
|
| A D | xfs_attr_list.c | 272 cursor->blkno = be32_to_cpu(btree->before); in xfs_attr_node_list_lookup()
|
| /fs/ext4/ |
| A D | page-io.c | 217 struct list_head *cur, *before, *after; in dump_completed_IO() local 226 before = cur->prev; in dump_completed_IO() 227 io_end0 = container_of(before, ext4_io_end_t, list); in dump_completed_IO()
|
| /fs/ntfs3/ |
| A D | index.c | 805 struct NTFS_DE *before, const void *ctx) in hdr_insert_de() argument 808 size_t off = PtrOffset(hdr, before); in hdr_insert_de() 818 if (before) { in hdr_insert_de() 821 off + le16_to_cpu(before->size) > total) { in hdr_insert_de() 827 before = hdr_find_e(indx, hdr, de + 1, le16_to_cpu(de->key_size), ctx, in hdr_insert_de() 829 if (!before) in hdr_insert_de() 831 off = PtrOffset(hdr, before); in hdr_insert_de() 835 memmove(Add2Ptr(before, de_size), before, used - off); in hdr_insert_de() 838 memcpy(before, de, de_size); in hdr_insert_de() 840 return before; in hdr_insert_de()
|
| /fs/notify/fanotify/ |
| A D | Kconfig | 22 listeners which need to scan files before allowing the system access to
|
| /fs/verity/ |
| A D | Kconfig | 39 Please take great care before using this feature. It is not
|
| /fs/ufs/ |
| A D | Kconfig | 30 If you haven't heard about all of this before, it's safe to say N.
|
| /fs/unicode/ |
| A D | README.utf8data | 56 the *.txt files, before checking in the new versions of the utf8data.c
|
| /fs/pstore/ |
| A D | Kconfig | 31 Whether pstore records should be compressed before being written to 64 was last called before a reset or panic.
|
| /fs/ |
| A D | Kconfig.binfmt | 90 GDB before 6.7 are confused by ELF core dump files in this format. 108 module from an initramfs, the portion of the initramfs before loading
|
| /fs/jffs2/ |
| A D | README.Locking | 50 before calling a function which may need to allocate space. The 56 before calling the space allocation functions.
|
| A 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/xfs/scrub/ |
| A D | listxattr.c | 193 blkno = be32_to_cpu(btree->before); in xchk_xattr_find_leftmost_leaf()
|
| A D | inode_repair.c | 1447 void *before, *after; in xrep_dinode_ensure_forkoff() local 1450 before = XFS_DFORK_APTR(dip); in xrep_dinode_ensure_forkoff() 1453 memmove(after, before, XFS_DFORK_ASIZE(dip, sc->mp)); in xrep_dinode_ensure_forkoff()
|
| A D | dabtree.c | 591 blkno = be32_to_cpu(key->before); in xchk_da_btree()
|
| /fs/befs/ |
| A 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/btrfs/ |
| A D | Kconfig | 97 - COW fixup worker warning - last warning before removing the
|
| /fs/proc/ |
| A D | Kconfig | 54 specific snapshot of their hardware or firmware before the
|
| /fs/dlm/ |
| A D | midcomms.c | 456 if (before(mh->seq, seq)) { in dlm_receive_ack() 467 if (before(mh->seq, seq)) { in dlm_receive_ack()
|
| /fs/f2fs/ |
| A D | f2fs.h | 477 int before = nats_in_cursum(journal); in update_nats_in_cursum() local 479 journal->n_nats = cpu_to_le16(before + i); in update_nats_in_cursum() 480 return before; in update_nats_in_cursum() 485 int before = sits_in_cursum(journal); in update_sits_in_cursum() local 487 journal->n_sits = cpu_to_le16(before + i); in update_sits_in_cursum() 488 return before; in update_sits_in_cursum()
|
| /fs/cramfs/ |
| A D | README | 27 a directory's entries before recursing down its subdirectories: the
|
| /fs/affs/ |
| A D | Changes | 162 This was fixed before, but somehow got lost.
|