Lines Matching defs:function
127 void __btrfs_handle_fs_error(struct btrfs_fs_info *fs_info, const char *function,
153 sb->s_id, function, line, errno, errstr, &vaf);
157 sb->s_id, function, line, errno, errstr);
266 const char *function,
280 function, line, errstr);
287 __btrfs_handle_fs_error(fs_info, function, line, errno, NULL);
294 void __btrfs_panic(struct btrfs_fs_info *fs_info, const char *function,
311 s_id, function, line, &vaf, errno, errstr);
314 function, line, &vaf, errno, errstr);
1717 * Mount function which is called by VFS layer.