Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs/
H A Dmft.h88 static inline int write_mft_record(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record() function
H A Dinode.c3051 err = write_mft_record(ni, m, sync); in __ntfs_write_inode()
3071 ret = write_mft_record(tni, tm, sync); in __ntfs_write_inode()
H A Dmft.c2852 err = write_mft_record(ni, m, 0); in ntfs_extent_mft_record_free()