Home
last modified time | relevance | path

Searched refs:to_free (Results 1 – 4 of 4) sorted by relevance

/fs/ntfs/
Dlcnalloc.c852 s64 delta, to_free, total_freed, real_freed; in __ntfs_cluster_free() local
900 to_free = rl->length - delta; in __ntfs_cluster_free()
901 if (count >= 0 && to_free > count) in __ntfs_cluster_free()
902 to_free = count; in __ntfs_cluster_free()
907 to_free, likely(!is_rollback) ? 0 : 1); in __ntfs_cluster_free()
915 real_freed = to_free; in __ntfs_cluster_free()
920 count -= to_free; in __ntfs_cluster_free()
923 total_freed = to_free; in __ntfs_cluster_free()
957 to_free = rl->length; in __ntfs_cluster_free()
958 if (count >= 0 && to_free > count) in __ntfs_cluster_free()
[all …]
/fs/jbd2/
Dcommit.c366 int i, to_free = 0; in jbd2_journal_commit_transaction() local
1026 to_free = 1; in jbd2_journal_commit_transaction()
1053 if (to_free) in jbd2_journal_commit_transaction()
/fs/nfsd/
Dnfs4xdr.c202 tb->next = argp->to_free; in defer_free()
203 argp->to_free = tb; in defer_free()
2690 while (args->to_free) { in nfsd4_release_compoundargs()
2691 struct tmpbuf *tb = args->to_free; in nfsd4_release_compoundargs()
2692 args->to_free = tb->next; in nfsd4_release_compoundargs()
2708 args->to_free = NULL; in nfs4svc_decode_compoundargs()
/fs/ext4/
Dinode.c1588 static void ext4_da_release_space(struct inode *inode, int to_free) in ext4_da_release_space() argument
1593 if (!to_free) in ext4_da_release_space()
1607 "data blocks\n", to_free, inode->i_ino); in ext4_da_release_space()
1613 total = EXT4_I(inode)->i_reserved_data_blocks - to_free; in ext4_da_release_space()
1620 release = to_free + mdb_free; in ext4_da_release_space()
1626 BUG_ON(to_free > EXT4_I(inode)->i_reserved_data_blocks); in ext4_da_release_space()
1627 EXT4_I(inode)->i_reserved_data_blocks -= to_free; in ext4_da_release_space()