Home
last modified time | relevance | path

Searched refs:idtentry (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Dentry_64.S965 .macro idtentry sym do_sym has_error_code:req paranoid=0 shift_ist=-1 macro
1071 idtentry trace(\sym) trace(\do_sym) has_error_code=\has_error_code
1072 idtentry \sym \do_sym has_error_code=\has_error_code
1076 idtentry \sym \do_sym has_error_code=\has_error_code
1080 idtentry divide_error do_divide_error has_error_code=0
1081 idtentry overflow do_overflow has_error_code=0
1082 idtentry bounds do_bounds has_error_code=0
1083 idtentry invalid_op do_invalid_op has_error_code=0
1084 idtentry device_not_available do_device_not_available has_error_code=0
1085 idtentry double_fault do_double_fault has_error_code=1 paranoid=2
[all …]
/linux-4.1.27/fs/jfs/
Djfs_dtree.c1346 struct idtentry *idtentry; in dtSplitPage() local
1533 idtentry = (struct idtentry *) & sp->slot[si]; in dtSplitPage()
1534 n = NDTINTERNAL(idtentry->namlen); in dtSplitPage()
1889 struct idtentry *s; in dtSplitRoot()
2045 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
3599 struct idtentry *ih; in dtCompare()
3621 ih = (struct idtentry *) & p->slot[si]; in dtCompare()
3677 struct idtentry *ih; in ciCompare()
3717 ih = (struct idtentry *) & p->slot[si]; in ciCompare()
3849 struct idtentry *ih; in dtGetKey()
[all …]
Djfs_dtree.h65 struct idtentry { struct
/linux-4.1.27/Documentation/x86/
Dentry_64.txt94 must use idtentry with paranoid=1 to handle gsbase correctly. This