Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ntfs/
Dbitmap.c48 const s64 count, const u8 value, const bool is_rollback) in __ntfs_bitmap_set_bits_in_run() argument
62 is_rollback ? " (rollback)" : ""); in __ntfs_bitmap_set_bits_in_run()
77 if (!is_rollback) in __ntfs_bitmap_set_bits_in_run()
171 if (is_rollback) in __ntfs_bitmap_set_bits_in_run()
Dlcnalloc.c850 ntfs_attr_search_ctx *ctx, const bool is_rollback) in __ntfs_cluster_free() argument
862 is_rollback ? " (rollback)" : ""); in __ntfs_cluster_free()
875 if (likely(!is_rollback)) in __ntfs_cluster_free()
882 if (!is_rollback) in __ntfs_cluster_free()
890 if (!is_rollback) in __ntfs_cluster_free()
907 to_free, likely(!is_rollback) ? 0 : 1); in __ntfs_cluster_free()
909 if (!is_rollback) in __ntfs_cluster_free()
937 if (!is_rollback) in __ntfs_cluster_free()
946 if (!is_rollback) in __ntfs_cluster_free()
964 to_free, likely(!is_rollback) ? 0 : 1); in __ntfs_cluster_free()
[all …]
Dbitmap.h33 const s64 count, const u8 value, const bool is_rollback);
Dlcnalloc.h49 s64 count, ntfs_attr_search_ctx *ctx, const bool is_rollback);