Searched refs:grave (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/afs/ |
D | server.c | 82 INIT_LIST_HEAD(&server->grave); in afs_alloc_server() 152 if (!list_empty(&server->grave)) { in afs_lookup_server() 154 list_del_init(&server->grave); in afs_lookup_server() 239 list_move_tail(&server->grave, &afs_server_graveyard); in afs_put_server() 282 struct afs_server, grave); in afs_reap_server() 295 list_del_init(&server->grave); in afs_reap_server() 297 list_move_tail(&server->grave, &corpses); in afs_reap_server() 309 server = list_entry(corpses.next, struct afs_server, grave); in afs_reap_server() 310 list_del(&server->grave); in afs_reap_server()
|
D | vlocation.c | 181 INIT_LIST_HEAD(&vl->grave); in afs_vlocation_alloc() 437 if (!list_empty(&vl->grave)) { in afs_vlocation_lookup() 439 list_del_init(&vl->grave); in afs_vlocation_lookup() 508 list_move_tail(&vl->grave, &afs_vlocation_graveyard); in afs_put_vlocation() 555 struct afs_vlocation, grave); in afs_vlocation_reaper() 571 list_del_init(&vl->grave); in afs_vlocation_reaper() 574 list_move_tail(&vl->grave, &corpses); in afs_vlocation_reaper() 584 vl = list_entry(corpses.next, struct afs_vlocation, grave); in afs_vlocation_reaper() 585 list_del(&vl->grave); in afs_vlocation_reaper()
|
D | internal.h | 252 struct list_head grave; /* link in master graveyard list */ member 278 struct list_head grave; /* link in master graveyard list */ member
|
/linux-4.4.14/fs/cachefiles/ |
D | namei.c | 273 struct dentry *grave, *trap; in cachefiles_bury_object() local 347 grave = lookup_one_len(nbuffer, cache->graveyard, strlen(nbuffer)); in cachefiles_bury_object() 348 if (IS_ERR(grave)) { in cachefiles_bury_object() 351 if (PTR_ERR(grave) == -ENOMEM) { in cachefiles_bury_object() 357 PTR_ERR(grave)); in cachefiles_bury_object() 361 if (d_is_positive(grave)) { in cachefiles_bury_object() 363 dput(grave); in cachefiles_bury_object() 364 grave = NULL; in cachefiles_bury_object() 369 if (d_mountpoint(grave)) { in cachefiles_bury_object() 371 dput(grave); in cachefiles_bury_object() [all …]
|
/linux-4.4.14/drivers/s390/char/ |
D | defkeymap.map | 125 keycode 121 = grave nine
|
/linux-4.4.14/arch/m68k/hp300/ |
D | hp300map.map | 77 keycode 63 = grave asciitilde
|
/linux-4.4.14/Documentation/ABI/ |
D | README | 24 current interface will not break by doing this, unless grave
|
/linux-4.4.14/drivers/tty/vt/ |
D | defkeymap.map | 92 keycode 41 = grave asciitilde
|