Lines Matching refs:of
10 problem that I'm aware of (pointer/int conversion
13 reads basically work (but all files are of size 0).
25 a multiple of the blocksize, the rest of the
59 - use mark_buffer_dirty_inode instead of mark_buffer_dirty.
81 - cleanup of some interfaces
112 - truncate() zeroes the unused remainder of a
131 - Cleanup of error handling in read_super().
132 Didn't release all resources in case of an
138 - One set of dentry callbacks is enough. (BH)
140 - Cleanup of error handling in namei.c. (BH)
142 - Cleanup of error handling in file.c. (BH)
144 - The original blocksize of the device is
199 correctly byte-swapped. Since most of the users of the
206 - Handling of hard links rewritten. To the VFS
217 - Changed mapping of executable flag.
233 - Allow mounting of volumes with superfluous
238 the one that mounted it) instead of root. This
243 30 characters. (Damn it! This kind of bug
250 cache. If a file was extended by means of
263 demand instead of when a file is opened, as
288 - The names of newly created filesystem objects are
296 - Extension block cache: Reading/writing of huge files
297 (several MB) is much faster (of course the added
307 - The number of used blocks is now also calculated
331 - Lots of things I remember even less ...