Home
last modified time | relevance | path

Searched refs:dead (Results 1 – 5 of 5) sorted by relevance

/fs/nilfs2/
Ddat.c187 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/
Daio.c98 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()
DKconfig112 To the best of my knowledge this is dead code that no one cares about.
/fs/ocfs2/dlm/
Ddlmrecovery.c328 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/
Ddebug.c645 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()