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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Dmft.h123 extern int ntfs_mft_record_format(const ntfs_volume *vol, const MFT_REF mref);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dmft.c395 * ntfs_mft_record_format - format an mft record on an ntfs volume
404 int ntfs_mft_record_format(const ntfs_volume *vol, const MFT_REF mref) function
1231 * needed by ntfs_mft_record_format(). We will update the attribute
1240 if (ntfs_mft_record_format(vol, ll2) < 0) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dmft.c915 * is initialized using ntfs_mft_record_format(). The clean inode can then
2075 * ntfs_mft_record_format - format an mft record on an ntfs volume
2085 static int ntfs_mft_record_format(const ntfs_volume *vol, const s64 mft_no) function
2425 * needed by ntfs_mft_record_format(). We will update the attribute
2442 err = ntfs_mft_record_format(vol, mft_no);

Completed in 38 milliseconds