Home
last modified time | relevance | path

Searched refs:ntfs_check_free_space (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ntfs3/
H A Dattrib.c511 if (ntfs_check_free_space(sbi, alen, 0, true)) { in attr_set_size_ex()
1184 if (!ntfs_check_free_space(sbi, to_alloc, 0, true)) { in attr_data_get_block_locked()
1301 if (!ntfs_check_free_space(sbi, 1, 1, false)) { in attr_data_get_block_locked()
H A Dntfs_fs.h659 bool ntfs_check_free_space(struct ntfs_sb_info *sbi, CLST clen, CLST mlen,
H A Dfsntfs.c458 bool ntfs_check_free_space(struct ntfs_sb_info *sbi, CLST clen, CLST mlen, in ntfs_check_free_space() function