Searched refs:map_mft_record (Results 1 - 10 of 10) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dmft.c99 * map_mft_record - map, pin and lock an mft record
148 MFT_RECORD *map_mft_record(ntfs_inode *ni) function
275 m = map_mft_record(ni);
276 /* map_mft_record() has incremented this on success. */
308 m = map_mft_record(ni);
1382 mrec = map_mft_record(mft_ni);
1587 mrec = map_mft_record(mft_ni);
1639 mrec = map_mft_record(mft_ni);
1815 mrec = map_mft_record(mft_ni);
2453 m = map_mft_record(mft_n
[all...]
H A Dmft.h32 extern MFT_RECORD *map_mft_record(ntfs_inode *ni);
H A Dnamei.c198 m = map_mft_record(ni);
398 mrec = map_mft_record(ni);
H A Dsuper.c363 m = map_mft_record(ni);
1818 m = map_mft_record(NTFS_I(vol->vol_ino));
H A Daops.c129 * map_mft_record() is called which gives us per record granularity
462 mrec = map_mft_record(base_ni);
1421 m = map_mft_record(base_ni);
H A Dattrib.c104 m = map_mft_record(base_ni);
232 ctx->mrec = map_mft_record(
1568 m = map_mft_record(base_ni);
1941 m = map_mft_record(base_ni);
H A Ddir.c101 m = map_mft_record(dir_ni);
103 ntfs_error(sb, "map_mft_record() failed with error code %ld.",
763 m = map_mft_record(ndir);
H A Dfile.c150 m = map_mft_record(base_ni);
194 m = map_mft_record(base_ni);
291 m = map_mft_record(base_ni);
938 m = map_mft_record(base_ni);
1551 m = map_mft_record(base_ni);
1678 m = map_mft_record(base_ni);
H A Dindex.c150 m = map_mft_record(base_ni);
152 ntfs_error(sb, "map_mft_record() failed with error code %ld.",
H A Dinode.c576 m = map_mft_record(ni);
1229 m = map_mft_record(base_ni);
1497 m = map_mft_record(base_ni);
1736 * by calling map_mft_record*().
1741 * we cannot call map_mft_record*() yet. Obviously this applies only when an
1788 /* Very important! Needed to be able to call map_mft_record*(). */
1834 /* Provides readpage() and sync_page() for map_mft_record(). */
2358 m = map_mft_record(base_ni);
2925 m = map_mft_record(ni);
3009 MFT_RECORD *tm = map_mft_record(tn
[all...]

Completed in 151 milliseconds