Searched refs:to_remove (Results 1 – 3 of 3) sorted by relevance
/fs/fuse/ |
D | dax.c | 251 struct list_head *to_remove) in dmap_removemapping_list() argument 264 list_for_each_entry(dmap, to_remove, list) { in dmap_removemapping_list() 315 LIST_HEAD(to_remove); in inode_reclaim_dmap_range() 330 list_add(&dmap->list, &to_remove); in inode_reclaim_dmap_range() 334 if (list_empty(&to_remove)) in inode_reclaim_dmap_range() 339 err = dmap_removemapping_list(inode, num, &to_remove); in inode_reclaim_dmap_range() 345 list_for_each_entry_safe(dmap, n, &to_remove, list) { in inode_reclaim_dmap_range()
|
/fs/ceph/ |
D | caps.c | 3656 LIST_HEAD(to_remove); in handle_cap_flush_ack() 3679 list_add_tail(&cf->i_list, &to_remove); in handle_cap_flush_ack() 3697 if (list_empty(&to_remove) && !cleaned) in handle_cap_flush_ack() 3704 list_for_each_entry(cf, &to_remove, i_list) in handle_cap_flush_ack() 3740 while (!list_empty(&to_remove)) { in handle_cap_flush_ack() 3741 cf = list_first_entry(&to_remove, in handle_cap_flush_ack()
|
D | mds_client.c | 1643 LIST_HEAD(to_remove); in remove_session_caps_cb() 1665 list_move(&cf->i_list, &to_remove); in remove_session_caps_cb() 1670 list_for_each_entry(cf, &to_remove, i_list) in remove_session_caps_cb() 1714 list_add(&ci->i_prealloc_cap_flush->i_list, &to_remove); in remove_session_caps_cb() 1722 while (!list_empty(&to_remove)) { in remove_session_caps_cb() 1724 cf = list_first_entry(&to_remove, in remove_session_caps_cb()
|