Searched refs:tofree (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c54 int tofree = 0; local
61 if (tofree)
66 tofree = 1;
74 if (tofree)
/linux-master/fs/ext4/
H A Dext4_extents.h126 * with extents that aren't being deleted (tofree state). Otherwise,
132 enum {initial, tofree, nofree} state; enumerator in enum:partial_cluster::__anon817
H A Dextents.c2473 if (partial->state == tofree) {
2541 partial->state = tofree;
2743 if (partial->state == tofree && ex >= EXT_FIRST_EXTENT(eh)) {
2887 * removed. If it's already set (tofree/nofree), we're
2889 * so a cluster marked tofree as a result of earlier
3014 if (partial.state == tofree && err == 0) {
/linux-master/fs/
H A Dfile.c1236 struct file *tofree; variable in typeref:struct:file
1254 tofree = fdt->fd[fd];
1255 if (!tofree && fd_is_open(fd, fdt))
1266 if (tofree)
1267 filp_close(tofree, files);
/linux-master/net/sched/
H A Dsch_fq.c260 void *tofree[FQ_GC_MAX]; local
274 tofree[fcnt++] = f;
289 f = tofree[--i];
296 kmem_cache_free_bulk(fq_flow_cachep, fcnt, tofree);
/linux-master/lib/
H A Ddebugobjects.c290 HLIST_HEAD(tofree);
323 hlist_move_list(&obj_to_free, &tofree);
329 hlist_for_each_entry_safe(obj, tmp, &tofree, node) {
/linux-master/kernel/cgroup/
H A Dcgroup-v1.c214 struct cgroup_pidlist *tofree = NULL; local
226 tofree = l;
230 kfree(tofree);

Completed in 1613 milliseconds