Searched refs:dead (Results 1 – 7 of 7) sorted by relevance
| /fs/netfs/ |
| A D | objects.c | 158 bool dead; in netfs_put_request() local 163 dead = __refcount_dec_and_test(&rreq->ref, &r); in netfs_put_request() 165 if (dead) in netfs_put_request() 225 bool dead; in netfs_put_subrequest() local 228 dead = __refcount_dec_and_test(&subreq->ref, &r); in netfs_put_subrequest() 230 if (dead) in netfs_put_subrequest()
|
| /fs/nilfs2/ |
| A D | dat.c | 198 int dead) in nilfs_dat_commit_end() argument 209 if (!dead) { in nilfs_dat_commit_end() 259 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument 261 nilfs_dat_commit_end(dat, oldreq, dead); in nilfs_dat_commit_update()
|
| /fs/afs/ |
| A D | addr_list.c | 33 bool dead; in afs_put_addrlist() local 39 dead = __refcount_dec_and_test(&alist->usage, &r); in afs_put_addrlist() 41 if (dead) in afs_put_addrlist()
|
| A D | fs_probe.c | 44 bool dead; in afs_put_endpoint_state() local 47 dead = __refcount_dec_and_test(&estate->ref, &r); in afs_put_endpoint_state() 49 if (dead) in afs_put_endpoint_state()
|
| /fs/ |
| A D | aio.c | 97 atomic_t dead; member 372 if (!atomic_read(&ctx->dead)) { in aio_ring_mremap() 829 atomic_set(&ctx->dead, 1); in ioctx_alloc() 854 if (atomic_xchg(&ctx->dead, 1)) { in kill_ioctx() 1303 if (unlikely(atomic_read(&ctx->dead))) in aio_read_events()
|
| /fs/ocfs2/dlm/ |
| A D | dlmrecovery.c | 319 int dead; in dlm_is_node_dead() local 321 dead = !test_bit(node, dlm->domain_map); in dlm_is_node_dead() 323 return dead; in dlm_is_node_dead()
|
| /fs/ubifs/ |
| A D | debug.c | 682 int i, spc, dark = 0, dead = 0; in ubifs_dump_lprop() local 688 dead = spc; in ubifs_dump_lprop() 699 dark, dead, (int)(spc / UBIFS_MAX_NODE_SZ), lp->flags); in ubifs_dump_lprop()
|
Completed in 26 milliseconds