Searched refs:direct (Results 1 – 21 of 21) sorted by relevance
| /fs/nilfs2/ |
| A D | direct.c | 20 ((struct nilfs_direct_node *)direct->b_u.u_data + 1); in nilfs_direct_dptrs() 42 ptr = nilfs_direct_get_ptr(direct, key); in nilfs_direct_lookup() 61 ptr = nilfs_direct_get_ptr(direct, key); in nilfs_direct_lookup_contig() 65 if (NILFS_BMAP_USE_VBN(direct)) { in nilfs_direct_lookup_contig() 66 dat = nilfs_bmap_get_dat(direct); in nilfs_direct_lookup_contig() 102 ptr = nilfs_bmap_find_target_seq(direct, key); in nilfs_direct_find_target_v() 108 return nilfs_bmap_find_target_in_group(direct); in nilfs_direct_find_target_v() 175 if (nilfs_direct_get_ptr(direct, key) != in nilfs_direct_seek_key() 190 if (nilfs_direct_get_ptr(direct, key) != in nilfs_direct_last_key() 218 ptr = nilfs_direct_get_ptr(direct, key); in nilfs_direct_gather_data() [all …]
|
| A D | Makefile | 4 btnode.o bmap.o btree.o direct.o dat.o recovery.o \
|
| /fs/minix/ |
| A D | itree_common.c | 360 unsigned blocks, res, direct = DIRECT, i = DEPTH; in nblocks() local 363 while (--i && blocks > direct) { in nblocks() 364 blocks -= direct; in nblocks() 368 direct = 1; in nblocks()
|
| /fs/romfs/ |
| A D | Kconfig | 35 direct mapping of the medium. 45 also allows direct mapping of MTD devices through romfs files under
|
| /fs/befs/ |
| A D | befs_fs_types.h | 148 befs_disk_block_run direct[BEFS_NUM_DIRECT_BLOCKS]; member 158 befs_block_run direct[BEFS_NUM_DIRECT_BLOCKS]; member
|
| A D | endian.h | 112 data.direct[i] = fsrun_to_cpu(sb, n->direct[i]); in fsds_to_cpu()
|
| A D | debug.c | 113 fsrun_to_cpu(sb, inode->data.datastream.direct[i]); in befs_dump_inode()
|
| A D | datastream.c | 255 const befs_block_run *array = data->direct; in befs_find_brun_direct()
|
| /fs/iomap/ |
| A D | Makefile | 14 iomap-$(CONFIG_BLOCK) += direct-io.o \
|
| /fs/bcachefs/ |
| A D | journal_reclaim.c | 675 static int __bch2_journal_reclaim(struct journal *j, bool direct, bool kicked) in __bch2_journal_reclaim() argument 726 direct, kicked, in __bch2_journal_reclaim() 736 if (direct) in __bch2_journal_reclaim() 744 } while ((min_nr || min_key_cache) && nr_flushed && !direct); in __bch2_journal_reclaim()
|
| A D | Makefile | 49 fs-io-direct.o \
|
| A D | trace.h | 438 TP_PROTO(struct bch_fs *c, bool direct, bool kicked, 442 TP_ARGS(c, direct, kicked, min_nr, min_key_cache, 448 __field(bool, direct ) 460 __entry->direct = direct; 472 __entry->direct,
|
| /fs/nfs/ |
| A D | Makefile | 10 io.o direct.o pagelist.o read.o symlink.o unlink.o \
|
| /fs/freevxfs/ |
| A D | vxfs_inode.h | 52 struct direct { /* Direct extents */ struct
|
| A D | vxfs_bmap.c | 56 struct direct *d = vip->vii_ext4.ve4_direct + i; in vxfs_bmap_ext4()
|
| /fs/cramfs/ |
| A D | inode.c | 827 bool uncompressed, direct; in cramfs_read_folio() local 832 direct = (block_ptr & CRAMFS_BLK_FLAG_DIRECT_PTR); in cramfs_read_folio() 835 if (direct) { in cramfs_read_folio()
|
| A D | Kconfig | 47 MTD device capable of direct memory mapping e.g. from
|
| /fs/btrfs/ |
| A D | backref.c | 151 struct preftree direct; /* BTRFS_SHARED_[DATA|BLOCK]_REF_KEY */ member 423 return add_prelim_ref(fs_info, &preftrees->direct, 0, NULL, level, in add_direct_ref() 444 struct rb_node **p = &preftrees->direct.root.rb_root.rb_node; in is_shared_data_backref() 782 prelim_ref_insert(ctx->fs_info, &preftrees->direct, ref, in resolve_indirect_refs() 811 prelim_ref_insert(ctx->fs_info, &preftrees->direct, in resolve_indirect_refs() 819 prelim_ref_insert(ctx->fs_info, &preftrees->direct, ref, NULL); in resolve_indirect_refs() 1392 .direct = PREFTREE_INIT, in find_parent_nodes() 1583 node = rb_first_cached(&preftrees.direct.root); in find_parent_nodes() 1679 prelim_release(&preftrees.direct); in find_parent_nodes()
|
| A D | Makefile | 36 lru_cache.o raid-stripe-tree.o fiemap.o direct-io.o
|
| /fs/ |
| A D | Makefile | 23 obj-$(CONFIG_LEGACY_DIRECT_IO) += direct-io.o
|
| /fs/affs/ |
| A D | Changes | 29 Please direct bug reports to: zippel@linux-m68k.org
|
Completed in 37 milliseconds