Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/arch/x86/entry/
Dentry_64.S350 .macro idtentry vector asmsym cfunc has_error_code:req macro
390 idtentry \vector asm_\cfunc \cfunc has_error_code=1
398 idtentry \vector asm_\cfunc \cfunc has_error_code=0
Dentry_32.S625 .macro idtentry vector asmsym cfunc has_error_code:req macro
656 idtentry \vector asm_\cfunc \cfunc has_error_code=0
/Linux-v5.15/arch/x86/include/asm/
Didtentry.h428 idtentry vector asm_##func func has_error_code=0
431 idtentry vector asm_##func func has_error_code=1
/Linux-v5.15/Documentation/x86/
Dentry_64.rst100 must use idtentry with paranoid=1 to handle gsbase correctly. This