Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dntfs_fs.h599 bool ntfs_check_for_free_space(struct ntfs_sb_info *sbi, CLST clen, CLST mlen);
H A Dfsntfs.c452 bool ntfs_check_for_free_space(struct ntfs_sb_info *sbi, CLST clen, CLST mlen) in ntfs_check_for_free_space() function
H A Dattrib.c1142 if (!ntfs_check_for_free_space(sbi, 1, 1)) { in attr_data_get_block()