Searched refs:del_list (Results 1 – 3 of 3) sorted by relevance
/fs/btrfs/ |
D | delayed-inode.h | 141 struct list_head *del_list); 143 struct list_head *del_list); 144 int btrfs_should_delete_dir_index(struct list_head *del_list,
|
D | delayed-inode.c | 1613 struct list_head *del_list) in btrfs_get_delayed_items() argument 1633 list_add_tail(&item->readdir_list, del_list); in btrfs_get_delayed_items() 1650 struct list_head *del_list) in btrfs_put_delayed_items() argument 1660 list_for_each_entry_safe(curr, next, del_list, readdir_list) { in btrfs_put_delayed_items() 1667 int btrfs_should_delete_dir_index(struct list_head *del_list, in btrfs_should_delete_dir_index() argument 1673 if (list_empty(del_list)) in btrfs_should_delete_dir_index() 1676 list_for_each_entry_safe(curr, next, del_list, readdir_list) { in btrfs_should_delete_dir_index()
|
D | inode.c | 5813 struct list_head del_list; in btrfs_real_readdir() local 5844 INIT_LIST_HEAD(&del_list); in btrfs_real_readdir() 5845 btrfs_get_delayed_items(inode, &ins_list, &del_list); in btrfs_real_readdir() 5879 btrfs_should_delete_dir_index(&del_list, in btrfs_real_readdir() 5993 btrfs_put_delayed_items(&ins_list, &del_list); in btrfs_real_readdir()
|