Home
last modified time | relevance | path

Searched refs:ntfs_mft_record_free (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ntfs/
H A Dmft.h82 int ntfs_mft_record_free(struct ntfs_volume *vol, struct ntfs_inode *ni);
H A Dnamei.c714 err2 = ntfs_mft_record_free(ni->vol, *(ni->ext.extent_ntfs_inos)); in __ntfs_create()
720 if (ntfs_mft_record_free(ni->vol, ni)) in __ntfs_create()
H A Dattrib.c2701 if (ntfs_mft_record_free(ni->vol, ni)) { in ntfs_attr_record_rm()
2999 if (ntfs_mft_record_free(attr_ni->vol, attr_ni)) in ntfs_attr_add()
3563 if (ntfs_mft_record_free(base_ni->vol, ni)) in ntfs_attr_record_move_away()
4019 if (ntfs_mft_record_free(ni->vol, ext_ni)) in __ntfs_attr_update_mapping_pairs()
4056 if (ntfs_mft_record_free(ni->vol, ext_ni)) in __ntfs_attr_update_mapping_pairs()
4070 if (ntfs_mft_record_free(ni->vol, ext_ni)) in __ntfs_attr_update_mapping_pairs()
H A Dinode.c2275 err = ntfs_mft_record_free(ni->vol, *(ni->ext.extent_ntfs_inos)); in ntfs_delete_base_inode()
2283 err = ntfs_mft_record_free(ni->vol, ni); in ntfs_delete_base_inode()
3349 ret = ntfs_mft_record_free(ni->vol, ext_ni); in ntfs_inode_free_empty_extents()
H A Dmft.c2743 int ntfs_mft_record_free(struct ntfs_volume *vol, struct ntfs_inode *ni) in ntfs_mft_record_free() function