Lines Matching refs:h
35 a workaround for this problem (compatibility.h) [WD]
76 * Made functions in endian.h to do the correct byteswapping, no matter
84 Uses the functions from endian.h [WD]
107 dir.c, namei.c befs_fs.h to account for it. [WD]
170 * Fixed a couple of compile warnings due to use of malloc.h, when slab.h
173 * Fixed erronous includes of linux/befs_fs_i.h and linux/befs_fs_sb.h
186 include/linux/fs.h. Also, befs_inode_info is huge (becuase of the
187 symlink string). (super.c, inode.c, befs_fs.h) [WD]
201 (befs_fs.h) [WD].
321 * Permanently removed code that had been provisionally ifdefed out of befs_fs.h
347 * Changed the macros in befs_fs.h to inline functions.
349 (include/linux/befs_fs.h)
351 * Moved type definitions from befs_fs.h to a new file, befs_fs_types.h
352 Because befs_fs_i.h and befs_fs_sb.h were including befs_fs.h for the
353 typedefs, and they are inlcuded in <linux/fs.h>, which has definitions
354 that I want the inline functions in befs_fs.h to be able to see. Nasty
356 (include/linux/befs_fs.h)
407 Accomodate changed NLS interface (util.h)
408 Needed to include <linux/slab.h> in most files