Home
last modified time | relevance | path

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

12

/fs/xfs/libxfs/
A Dxfs_da_btree.c805 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 Dxfs_attr_leaf.c1265 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 Dxfs_da_format.h83 __be32 before; /* Btree block before this key */ member
/fs/xfs/
A Dxfs_attr_inactive.c161 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 Dxfs_attr_list.c272 cursor->blkno = be32_to_cpu(btree->before); in xfs_attr_node_list_lookup()
/fs/ext4/
A Dpage-io.c217 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 Dindex.c805 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 DKconfig22 listeners which need to scan files before allowing the system access to
/fs/verity/
A DKconfig39 Please take great care before using this feature. It is not
/fs/ufs/
A DKconfig30 If you haven't heard about all of this before, it's safe to say N.
/fs/unicode/
A DREADME.utf8data56 the *.txt files, before checking in the new versions of the utf8data.c
/fs/pstore/
A DKconfig31 Whether pstore records should be compressed before being written to
64 was last called before a reset or panic.
/fs/
A DKconfig.binfmt90 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 DREADME.Locking50 before calling a function which may need to allocate space. The
56 before calling the space allocation functions.
A 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/xfs/scrub/
A Dlistxattr.c193 blkno = be32_to_cpu(btree->before); in xchk_xattr_find_leftmost_leaf()
A Dinode_repair.c1447 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 Ddabtree.c591 blkno = be32_to_cpu(key->before); in xchk_da_btree()
/fs/befs/
A 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/btrfs/
A DKconfig97 - COW fixup worker warning - last warning before removing the
/fs/proc/
A DKconfig54 specific snapshot of their hardware or firmware before the
/fs/dlm/
A Dmidcomms.c456 if (before(mh->seq, seq)) { in dlm_receive_ack()
467 if (before(mh->seq, seq)) { in dlm_receive_ack()
/fs/f2fs/
A Df2fs.h477 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 DREADME27 a directory's entries before recursing down its subdirectories: the
/fs/affs/
A DChanges162 This was fixed before, but somehow got lost.

Completed in 65 milliseconds

12