Home
last modified time | relevance | path

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

/Linux-v5.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()
3585 struct idtentry *ih; in dtCompare()
3607 ih = (struct idtentry *) & p->slot[si]; in dtCompare()
3663 struct idtentry *ih; in ciCompare()
3703 ih = (struct idtentry *) & p->slot[si]; in ciCompare()
3835 struct idtentry *ih; in dtGetKey()
[all …]
Djfs_dtree.h52 struct idtentry { struct
/Linux-v5.10/arch/x86/entry/
Dentry_64.S351 .macro idtentry vector asmsym cfunc has_error_code:req macro
391 idtentry \vector asm_\cfunc \cfunc has_error_code=1
399 idtentry \vector asm_\cfunc \cfunc has_error_code=0
Dentry_32.S706 .macro idtentry vector asmsym cfunc has_error_code:req macro
737 idtentry \vector asm_\cfunc \cfunc has_error_code=0
/Linux-v5.10/arch/x86/include/asm/
Didtentry.h443 idtentry vector asm_##func func has_error_code=0
446 idtentry vector asm_##func func has_error_code=1
/Linux-v5.10/Documentation/x86/
Dentry_64.rst100 must use idtentry with paranoid=1 to handle gsbase correctly. This