Home
last modified time | relevance | path

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

/fs/nilfs2/
Ddat.c173 int dead) in nilfs_dat_commit_end() argument
184 if (!dead) { in nilfs_dat_commit_end()
234 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument
236 nilfs_dat_commit_end(dat, oldreq, dead); in nilfs_dat_commit_update()
/fs/crypto/
Dkeyring.c831 bool dead; in do_remove_key() local
883 dead = false; in do_remove_key()
887 dead = refcount_dec_and_test(&mk->mk_refcount); in do_remove_key()
891 if (dead) { in do_remove_key()
/fs/
Daio.c99 atomic_t dead; member
342 if (!atomic_read(&ctx->dead)) { in aio_ring_mremap()
797 atomic_set(&ctx->dead, 1); in ioctx_alloc()
822 if (atomic_xchg(&ctx->dead, 1)) { in kill_ioctx()
1261 if (unlikely(atomic_read(&ctx->dead))) in aio_read_events()
DKconfig111 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()