• Home
  • Raw
  • Download

Lines Matching refs:is

34 	This is bad, since 2.4.9 is still the current RedHat kernel. I added
51 finding the first key that is a substring of the string it is searching
63 * Makefile fix for independent module when CONFIG_MODVERSION is set in
96 * Make directory lookup/read use the NLS if an iocharset is provided. [WD]
102 The option is, simply enough, 'debug'.
111 node. This is the cleaner solution to Brent Miszalaski's problem. [WD]
150 * Anton also told me that the blocksize is not allowed to be larger than
151 the page size in linux, which is 4k i386. Oops. Added a test for
153 practically means is that 8k blocksize volumes won't work without a major
167 superblock type, rather than struct super_block. This is for
171 is the new way. (inode.c, super.c) [WD]
186 include/linux/fs.h. Also, befs_inode_info is huge (because of the
190 is done being read. (datastream.c) [WD]
197 * Removed all the Read-Write stuff. I'll redo it when it is time to add
227 * Removed old datastream code from file.c, since it is nolonger used.
229 * Generic_read_file() is now used to read regular file data.
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
295 * Discovered that the datastream handleing code in file.c is quite deficient
315 The i_blocks field of the inode struct is not the number of blocks for the
316 inode, it is the number of blocks for the file. Also, i_blksize is not
397 hands us a super_block struct that is already locked.
401 * Will Dyson <will_dyson@pobox.com> is now attempting to maintain this module
402 Makoto Kato <m_kato@ga2.so-net.ne.jp> is original author.Daniel Berlin