Searched full:grave (Results 1 – 15 of 15) sorted by relevance
/Linux-v6.1/fs/cachefiles/ |
D | namei.c | 270 struct dentry *grave, *trap; in cachefiles_bury_object() local 301 /* first step is to make up a grave dentry in the graveyard */ in cachefiles_bury_object() 309 /* do some checks before getting the grave dentry */ in cachefiles_bury_object() 336 grave = lookup_one_len(nbuffer, cache->graveyard, strlen(nbuffer)); in cachefiles_bury_object() 337 if (IS_ERR(grave)) { in cachefiles_bury_object() 340 PTR_ERR(grave), in cachefiles_bury_object() 343 if (PTR_ERR(grave) == -ENOMEM) { in cachefiles_bury_object() 348 cachefiles_io_error(cache, "Lookup error %ld", PTR_ERR(grave)); in cachefiles_bury_object() 352 if (d_is_positive(grave)) { in cachefiles_bury_object() 354 dput(grave); in cachefiles_bury_object() [all …]
|
/Linux-v6.1/Documentation/admin-guide/ |
D | abi-testing.rst | 8 current interface will not break by doing this, unless grave
|
/Linux-v6.1/drivers/accessibility/speakup/ |
D | main.c | 164 /*192*/ "A GRAVE", "A ACUTE", "A CIRCUMFLEX", "A TILDE", "A OOMLAUT", 166 /*198*/ "AE", "C CIDELLA", "E GRAVE", "E ACUTE", "E CIRCUMFLEX", 168 /*204*/ "I GRAVE", "I ACUTE", "I CIRCUMFLEX", "I OOMLAUT", "ETH", 170 /*210*/ "O GRAVE", "O ACUTE", "O CIRCUMFLEX", "O TILDE", "O OOMLAUT", 171 /*215*/ "multiplied by", "O STROKE", "U GRAVE", "U ACUTE", 173 /*220*/ "U OOMLAUT", "Y ACUTE", "THORN", "sharp s", "a grave", 175 /*230*/ "ae", "c cidella", "e grave", "e acute", 176 /*234*/ "e circumflex", "e oomlaut", "i grave", "i acute", 178 /*239*/ "i oomlaut", "eth", "n tilde", "o grave", "o acute", 180 /*245*/ "o tilde", "o oomlaut", "divided by", "o stroke", "u grave",
|
/Linux-v6.1/Documentation/ABI/ |
D | README | 24 current interface will not break by doing this, unless grave
|
/Linux-v6.1/drivers/s390/char/ |
D | defkeymap.map | 126 keycode 121 = grave nine
|
/Linux-v6.1/Documentation/devicetree/bindings/input/ |
D | google,cros-ec-keyb.yaml | 108 /* F8 GRAVE F2 5 */
|
/Linux-v6.1/arch/m68k/hp300/ |
D | hp300map.map | 77 keycode 63 = grave asciitilde
|
/Linux-v6.1/drivers/tty/vt/ |
D | defkeymap.map | 93 keycode 41 = grave asciitilde
|
/Linux-v6.1/Documentation/translations/it_IT/process/ |
D | 4.Coding.rst | 297 casi, trovarsi in stallo. Questa tipologia di problema può essere grave
|
D | 2.Process.rst | 113 manciata di regressioni delle quali, si spera, nessuna è grave.
|
/Linux-v6.1/arch/x86/kernel/cpu/microcode/ |
D | amd.c | 773 * signal a grave error like a memory allocation has failed and the
|
/Linux-v6.1/Documentation/filesystems/ |
D | idmappings.rst | 586 In both cases changing ownership recursively has grave implications. The most
|
/Linux-v6.1/sound/pci/ |
D | azt3328.c | 49 * the grave sin of letting other registers follow immediately instead of 53 * grave layout violation despite all tweaks and quirks mechanisms it offers.
|
/Linux-v6.1/drivers/hid/ |
D | hid-debug.c | 785 [KEY_APOSTROPHE] = "Apostrophe", [KEY_GRAVE] = "Grave",
|
/Linux-v6.1/crypto/ |
D | drbg.c | 2040 * grave bug. in drbg_healthcheck_sanity()
|