Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c41 int tofree = 0; in statmount_alloc() local
48 if (tofree) in statmount_alloc()
53 tofree = 1; in statmount_alloc()
61 if (tofree) in statmount_alloc()
/linux/fs/
H A Dfile.c1229 struct file *tofree; in do_dup2() local
1240 tofree = fdt->fd[fd]; in do_dup2()
1241 if (!tofree && fd_is_open(fd, fdt)) in do_dup2()
1248 if (tofree) in do_dup2()
1249 filp_close(tofree, files); in do_dup2()
/linux/fs/ext4/
H A Dext4_extents.h132 enum {initial, tofree, nofree} state; enumerator
H A Dextents.c2499 if (partial->state == tofree) { in ext4_remove_blocks()
2567 partial->state = tofree; in ext4_remove_blocks()
2769 if (partial->state == tofree && ex >= EXT_FIRST_EXTENT(eh)) { in ext4_ext_rm_leaf()
3039 if (partial.state == tofree && err == 0) { in ext4_ext_remove_space()
/linux/kernel/cgroup/
H A Dcgroup-v1.c220 struct cgroup_pidlist *tofree = NULL; in cgroup_pidlist_destroy_work_fn() local
232 tofree = l; in cgroup_pidlist_destroy_work_fn()
236 kfree(tofree); in cgroup_pidlist_destroy_work_fn()
/linux/lib/
H A Ddebugobjects.c495 HLIST_HEAD(tofree); in free_obj_work()
507 pool_pop_batch(&tofree, &pool_to_free); in free_obj_work()
513 free_object_list(&tofree); in free_obj_work()