Searched refs:dead (Results 1 – 5 of 5) sorted by relevance
/fs/nilfs2/ |
D | dat.c | 187 int dead) in nilfs_dat_commit_end() argument 198 if (!dead) { in nilfs_dat_commit_end() 248 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument 250 nilfs_dat_commit_end(dat, oldreq, dead); in nilfs_dat_commit_update()
|
/fs/ |
D | aio.c | 98 atomic_t dead; member 346 if (!atomic_read(&ctx->dead)) { in aio_ring_mremap() 809 atomic_set(&ctx->dead, 1); in ioctx_alloc() 834 if (atomic_xchg(&ctx->dead, 1)) { in kill_ioctx() 1273 if (unlikely(atomic_read(&ctx->dead))) in aio_read_events()
|
D | Kconfig | 112 To the best of my knowledge this is dead code that no one cares about.
|
/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 328 int dead; in dlm_is_node_dead() local 330 dead = !test_bit(node, dlm->domain_map); in dlm_is_node_dead() 332 return dead; in dlm_is_node_dead()
|
/fs/ubifs/ |
D | debug.c | 645 int i, spc, dark = 0, dead = 0; in ubifs_dump_lprop() local 651 dead = spc; in ubifs_dump_lprop() 662 dark, dead, (int)(spc / UBIFS_MAX_NODE_SZ), lp->flags); in ubifs_dump_lprop()
|