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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Dmft.h85 * write_mft_record - write out a mapped (extent) mft record
102 static inline int write_mft_record(ntfs_inode *ni, MFT_RECORD *m, int sync) function
H A Dinode.c2886 * is done using write_mft_record().
2891 * this yet as write_mft_record() largely ignores the @sync parameter and
2991 err = write_mft_record(ni, m, sync);
3011 ret = write_mft_record(tni, tm, sync);
H A Dmft.c2853 err = write_mft_record(ni, m, 0);

Completed in 121 milliseconds