Searched refs:direct (Results 1 – 15 of 15) sorted by relevance
/fs/nilfs2/ |
D | direct.c | 26 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 …]
|
D | Makefile | 3 btnode.o bmap.o btree.o direct.o dat.o recovery.o \
|
/fs/minix/ |
D | itree_common.c | 353 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/ |
D | endian.h | 111 data.direct[i] = fsrun_to_cpu(sb, n->direct[i]); in fsds_to_cpu()
|
D | befs_fs_types.h | 147 befs_disk_block_run direct[BEFS_NUM_DIRECT_BLOCKS]; member 157 befs_block_run direct[BEFS_NUM_DIRECT_BLOCKS]; member
|
D | debug.c | 111 fsrun_to_cpu(sb, inode->data.datastream.direct[i]); in befs_dump_inode()
|
D | datastream.c | 256 const befs_block_run *array = data->direct; in befs_find_brun_direct()
|
/fs/romfs/ |
D | Kconfig | 34 direct mapping of the medium. 44 also allows direct mapping of MTD devices through romfs files under
|
/fs/sysv/ |
D | itree.c | 432 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/ |
D | Makefile | 9 io.o direct.o pagelist.o read.o symlink.o unlink.o \
|
/fs/xfs/ |
D | xfs_aops.c | 1315 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/ |
D | vxfs_inode.h | 77 struct direct { /* Direct extents */ struct
|
D | vxfs_bmap.c | 80 struct direct *d = vip->vii_ext4.ve4_direct + i; in vxfs_bmap_ext4()
|
/fs/ |
D | Makefile | 17 obj-y += buffer.o block_dev.o direct-io.o mpage.o
|
/fs/affs/ |
D | Changes | 29 Please direct bug reports to: zippel@linux-m68k.org
|