Lines Matching refs:it
50 * Fixed a longstanding bug in befs_find_key() that would result in it
51 finding the first key that is a substring of the string it is searching
86 * Remove the typedef of struct super_block to vfs_sb, as it offended
107 dir.c, namei.c befs_fs.h to account for it. [WD]
126 in directories. A cleaner solution will come after I've thought about it
141 callback defined in your address_space_ops, even if it just uses the
197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
206 * Made it an option to use the old non-pagecache befs_file_read() for
217 I've done some serious testing on it now (on my box anyhow), and it
219 correct (see TODO list). But it isn't 1.0 yet. I think 0.4 gives me some
227 * Removed old datastream code from file.c, since it is nolonger used.
230 It doesn't chew up the buffer cache (it does page io instead), and seems
231 to be about as fast (even though it has to look up each file block
232 indivdualy). And it knows about doing readahead, which is a major plus.
233 So it does i/o in much larger chunks. It is the correct linux way. It
281 I have no intention of supporting it, and it was very ugly.
282 Flow control with #ifdef (ugh). Maybe I'll redo it once
296 in several respects. For one thing, it doesn't deal with indirect blocks
316 inode, it is the number of blocks for the file. Also, i_blksize is not
317 necessarily the size of the inode, although in practice it works out.
339 * Fixed the problem with statfs where it would always claim the disk was
369 Not that it was possible to write before. But now the kernel won't even try.
373 The kernel doesn't like it if you call set_blocksize() on a device when
403 also did some work on it (fixing it up for the later 2.3.x kernels, IIRC).
415 * Made it a configure option to turn on debugging (fs/Config.in)