Lines Matching refs:functions
22 * Segregated the functions that interface directly with the linux vfs
76 * Made functions in endian.h to do the correct byteswapping, no matter
84 Uses the functions from endian.h [WD]
94 * Cleanup of NLS functions (util.c) [WD]
113 * Added new debug/warning/error print functions in debug.c.
166 * Converted all non vfs-callback functions to use befs_sb_info as the
178 * Added functions to get the private superblock and inode structures from
200 * Removed prototypes for functions who's definitions have been removed
267 * Added B+tree reading functions (in btree.c).
300 * Created io.c, for io related functions.
308 And helper functions.
347 * Changed the macros in befs_fs.h to inline functions.
354 that I want the inline functions in befs_fs.h to be able to see. Nasty