Searched refs:write_mft_record (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ntfs/ |
H A D | mft.h | 71 * write_mft_record - write out a mapped (extent) mft record 88 static inline int write_mft_record(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record() function
|
H A D | inode.c | 2945 * is done using write_mft_record(). 2950 * this yet as write_mft_record() largely ignores the @sync parameter and 3050 err = write_mft_record(ni, m, sync); in __ntfs_write_inode() 3070 ret = write_mft_record(tni, tm, sync); in __ntfs_write_inode()
|
H A D | mft.c | 2851 err = write_mft_record(ni, m, 0); in ntfs_extent_mft_record_free()
|
/kernel/linux/linux-6.6/fs/ntfs/ |
H A D | mft.h | 71 * write_mft_record - write out a mapped (extent) mft record 88 static inline int write_mft_record(ntfs_inode *ni, MFT_RECORD *m, int sync) in write_mft_record() function
|
H A D | inode.c | 2946 * is done using write_mft_record(). 2951 * this yet as write_mft_record() largely ignores the @sync parameter and 3051 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 D | mft.c | 2852 err = write_mft_record(ni, m, 0); in ntfs_extent_mft_record_free()
|
Completed in 13 milliseconds