Home
last modified time | relevance | path

Searched refs:direct (Results 1 – 15 of 15) sorted by relevance

/fs/nilfs2/
Ddirect.c26 static inline __le64 *nilfs_direct_dptrs(const struct nilfs_bmap *direct) in nilfs_direct_dptrs() argument
29 ((struct nilfs_direct_node *)direct->b_u.u_data + 1); in nilfs_direct_dptrs()
33 nilfs_direct_get_ptr(const struct nilfs_bmap *direct, __u64 key) in nilfs_direct_get_ptr() argument
35 return le64_to_cpu(*(nilfs_direct_dptrs(direct) + key)); in nilfs_direct_get_ptr()
38 static inline void nilfs_direct_set_ptr(struct nilfs_bmap *direct, in nilfs_direct_set_ptr() argument
41 *(nilfs_direct_dptrs(direct) + key) = cpu_to_le64(ptr); in nilfs_direct_set_ptr()
44 static int nilfs_direct_lookup(const struct nilfs_bmap *direct, in nilfs_direct_lookup() argument
51 ptr = nilfs_direct_get_ptr(direct, key); in nilfs_direct_lookup()
59 static int nilfs_direct_lookup_contig(const struct nilfs_bmap *direct, in nilfs_direct_lookup_contig() argument
70 ptr = nilfs_direct_get_ptr(direct, key); in nilfs_direct_lookup_contig()
[all …]
DMakefile3 btnode.o bmap.o btree.o direct.o dat.o recovery.o \
/fs/minix/
Ditree_common.c353 unsigned blocks, res, direct = DIRECT, i = DEPTH; in nblocks() local
356 while (--i && blocks > direct) { in nblocks()
357 blocks -= direct; in nblocks()
361 direct = 1; in nblocks()
/fs/befs/
Dendian.h111 data.direct[i] = fsrun_to_cpu(sb, n->direct[i]); in fsds_to_cpu()
Dbefs_fs_types.h147 befs_disk_block_run direct[BEFS_NUM_DIRECT_BLOCKS]; member
157 befs_block_run direct[BEFS_NUM_DIRECT_BLOCKS]; member
Ddebug.c111 fsrun_to_cpu(sb, inode->data.datastream.direct[i]); in befs_dump_inode()
Ddatastream.c256 const befs_block_run *array = data->direct; in befs_find_brun_direct()
/fs/romfs/
DKconfig34 direct mapping of the medium.
44 also allows direct mapping of MTD devices through romfs files under
/fs/sysv/
Ditree.c432 unsigned blocks, res, direct = DIRECT, i = DEPTH; in sysv_nblocks() local
435 while (--i && blocks > direct) { in sysv_nblocks()
436 blocks = ((blocks - direct - 1) >> ptrs_bits) + 1; in sysv_nblocks()
438 direct = 1; in sysv_nblocks()
/fs/nfs/
DMakefile9 io.o direct.o pagelist.o read.o symlink.o unlink.o \
/fs/xfs/
Dxfs_aops.c1315 bool direct, in __xfs_get_blocks() argument
1331 BUG_ON(create && !direct); in __xfs_get_blocks()
1355 if (create && direct && xfs_is_reflink_inode(ip)) in __xfs_get_blocks()
1367 if (create && direct && nimaps && in __xfs_get_blocks()
1389 if (direct && imap.br_startblock == DELAYSTARTBLOCK) { in __xfs_get_blocks()
/fs/freevxfs/
Dvxfs_inode.h77 struct direct { /* Direct extents */ struct
Dvxfs_bmap.c80 struct direct *d = vip->vii_ext4.ve4_direct + i; in vxfs_bmap_ext4()
/fs/
DMakefile17 obj-y += buffer.o block_dev.o direct-io.o mpage.o
/fs/affs/
DChanges29 Please direct bug reports to: zippel@linux-m68k.org