Home
last modified time | relevance | path

Searched refs:datastream (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/befs/
Ddebug.c113 fsrun_to_cpu(sb, inode->data.datastream.direct[i]); in befs_dump_inode()
120 inode->data.datastream. in befs_dump_inode()
123 tmp_run = fsrun_to_cpu(sb, inode->data.datastream.indirect); in befs_dump_inode()
130 inode->data.datastream. in befs_dump_inode()
134 fsrun_to_cpu(sb, inode->data.datastream.double_indirect); in befs_dump_inode()
141 inode->data.datastream. in befs_dump_inode()
145 fs64_to_cpu(sb, inode->data.datastream.size)); in befs_dump_inode()
DMakefile7 befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
DChangeLog48 0.61. (datastream.c) [WD]
117 * Rewrote datastream position lookups.
118 (datastream.c) [WD]
148 (datastream.c, btree.c super.c inode.c) [WD]
190 is done being read. (datastream.c) [WD]
227 * Removed old datastream code from file.c, since it is nolonger used.
235 of blocks, which in turn calls befs_fpos2brun() in datastream.c to do
272 * Converted befs_read_file() to use the new datastream code.
295 * Discovered that the datastream handleing code in file.c is quite deficient
298 * Rewrote datastream handleing.
Dbefs_fs_types.h193 befs_disk_data_stream datastream; member
Dlinuxvfs.c388 fsds_to_cpu(sb, &raw_inode->data.datastream); in befs_iget()