Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jfs/
Djfs_dtree.c1334 struct idtentry *idtentry; in dtSplitPage() local
1521 idtentry = (struct idtentry *) & sp->slot[si]; in dtSplitPage()
1522 n = NDTINTERNAL(idtentry->namlen); in dtSplitPage()
1877 struct idtentry *s; in dtSplitRoot()
2033 s = (struct idtentry *) & sp->slot[DTENTRYSTART]; in dtSplitRoot()
3287 struct idtentry *ih; in dtCompare()
3309 ih = (struct idtentry *) & p->slot[si]; in dtCompare()
3365 struct idtentry *ih; in ciCompare()
3405 ih = (struct idtentry *) & p->slot[si]; in ciCompare()
3537 struct idtentry *ih; in dtGetKey()
[all …]
Djfs_dtree.h52 struct idtentry { struct
/linux-5.19.10/arch/x86/include/asm/
Didtentry.h430 idtentry vector asm_##func func has_error_code=0
433 idtentry vector asm_##func func has_error_code=1
/linux-5.19.10/arch/x86/entry/
Dentry_64.S383 .macro idtentry vector asmsym cfunc has_error_code:req macro
425 idtentry \vector asm_\cfunc \cfunc has_error_code=1
433 idtentry \vector asm_\cfunc \cfunc has_error_code=0
Dentry_32.S622 .macro idtentry vector asmsym cfunc has_error_code:req macro
653 idtentry \vector asm_\cfunc \cfunc has_error_code=0
/linux-5.19.10/Documentation/x86/
Dentry_64.rst100 must use idtentry with paranoid=1 to handle gsbase correctly. This