···97extern struct inode_operations adfs_file_inode_operations;98extern struct file_operations adfs_file_operations;99100-extern inline __u32 signed_asl(__u32 val, signed int shift)101{102 if (shift >= 0)103 val <<= shift;···112 *113 * The root directory ID should always be looked up in the map [3.4]114 */115-extern inline int116__adfs_block_map(struct super_block *sb, unsigned int object_id,117 unsigned int block)118{
···97extern struct inode_operations adfs_file_inode_operations;98extern struct file_operations adfs_file_operations;99100+static inline __u32 signed_asl(__u32 val, signed int shift)101{102 if (shift >= 0)103 val <<= shift;···112 *113 * The root directory ID should always be looked up in the map [3.4]114 */115+static inline int116__adfs_block_map(struct super_block *sb, unsigned int object_id,117 unsigned int block)118{