Searched refs:ntfs_mft_record_free (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ntfs/ |
| H A D | mft.h | 82 int ntfs_mft_record_free(struct ntfs_volume *vol, struct ntfs_inode *ni);
|
| H A D | namei.c | 714 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 D | attrib.c | 2701 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 D | inode.c | 2275 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 D | mft.c | 2743 int ntfs_mft_record_free(struct ntfs_volume *vol, struct ntfs_inode *ni) in ntfs_mft_record_free() function
|