Searched refs:__file (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/arm/include/asm/ |
D | bug.h | 34 #define __BUG(__file, __line, __value) \ argument 38 "2:\t.asciz " #__file "\n" \ 49 #define __BUG(__file, __line, __value) \ argument
|
/linux-3.4.99/fs/ |
D | file_table.c | 451 #define do_file_list_for_each_entry(__sb, __file) \ argument 457 list_for_each_entry((__file), list, f_u.fu_list) 465 #define do_file_list_for_each_entry(__sb, __file) \ argument 469 list_for_each_entry((__file), list, f_u.fu_list)
|