Searched refs:dead (Results 1 – 5 of 5) sorted by relevance
/fs/nilfs2/ |
D | dat.c | 188 int dead) in nilfs_dat_commit_end() argument 199 if (!dead) { in nilfs_dat_commit_end() 249 struct nilfs_palloc_req *newreq, int dead) in nilfs_dat_commit_update() argument 251 nilfs_dat_commit_end(dat, oldreq, dead); in nilfs_dat_commit_update()
|
/fs/ |
D | aio.c | 64 atomic_t dead; member 366 atomic_set(&ctx->dead, 0); in ioctx_alloc() 428 if (!atomic_xchg(&ctx->dead, 1)) { in kill_ioctx() 485 atomic_read(&ctx->dead), in exit_aio() 774 if (unlikely(atomic_read(&ctx->dead))) in aio_read_events()
|
/fs/ocfs2/dlm/ |
D | dlmrecovery.c | 346 int dead; in dlm_is_node_dead() local 348 dead = !test_bit(node, dlm->domain_map); in dlm_is_node_dead() 350 return dead; in dlm_is_node_dead()
|
/fs/ubifs/ |
D | debug.c | 647 int i, spc, dark = 0, dead = 0; in ubifs_dump_lprop() local 653 dead = spc; in ubifs_dump_lprop() 664 dark, dead, (int)(spc / UBIFS_MAX_NODE_SZ), lp->flags); in ubifs_dump_lprop()
|
/fs/cifs/ |
D | CHANGES | 706 Fix oops on write to dead tcp session. Remove error log write for case when file open 816 dead code. Remove excessive stack space utilization from
|