Searched defs:mft (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsundelete.h58 s64 mft_begin; /* Range for mft copy */
72 time_t date_m; /* mft record changed */
107 MFT_RECORD *mft; /* Raw MFT record */ member in struct:ufile
H A Dutils.c380 * N.B. This will return a pointer into @mft. As long as the search context
405 * @mft: A buffer containing a raw MFT record
410 * N.B. This will return a pointer into @mft. The pointer won't stray outside
416 ATTR_RECORD * find_first_attribute(const ATTR_TYPES type, MFT_RECORD *mft) argument
421 if (!mft) {
426 ctx = ntfs_attr_get_search_ctx(NULL, mft);
1004 ntfs_attr *mft; local
1022 mft = ntfs_attr_open(ctx->vol->mft_ni, AT_DATA,
1024 if (!mft) {
1030 if (ntfs_attr_pread(mft, ct
[all...]
H A Dntfsinfo.c71 #include "mft.h"
88 const char *filename; /* Resolve this filename to mft number */
95 int mft; /* Dump information about the volume as well */ member in struct:options
133 " -m, --mft Dump information about the volume\n"
173 { "mft", no_argument, NULL, 'm' },
242 opts.mft++;
284 if ((opts.inode == -1) && (opts.filename == NULL) && !opts.mft) {
1220 printf("Dumping attribute %s (0x%x) from mft record %lld (0x%llx)\n",
2269 * if opts.mft is not 0, then we will print out information about
2272 if (opts.mft)
[all...]
H A Dntfsundelete.c80 #include "mft.h"
92 static const char *MFTFILE = "mft";
756 free(file->mft);
763 * @rec: the mft record of the possible parent
910 ctx = ntfs_attr_get_search_ctx(NULL, file->mft);
995 ctx = ntfs_attr_get_search_ctx(NULL, file->mft);
1067 ntfs_attr *mft; local
1082 file->mft = malloc(vol->mft_record_size);
1083 if (!file->mft) {
1089 mft
2019 ntfs_attr *mft; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dntfs.c110 init_attr (struct grub_ntfs_attr *at, struct grub_ntfs_file *mft) argument
112 at->mft = mft;
113 at->flags = (mft == &mft->data->mmft) ? GRUB_NTFS_AF_MMFT : 0;
114 at->attr_nxt = mft->buf + u16at (mft->buf, 0x14);
143 (at->mft->data->disk, u32at (at->attr_cur, 0x10), 0,
147 (at->mft->data->disk, u32at (at->attr_cur, 0x14), 0,
152 (at->mft
266 locate_attr(struct grub_ntfs_attr *at, struct grub_ntfs_file *mft, unsigned char attr) argument
549 init_file(struct grub_ntfs_file *mft, grub_uint32_t mftno) argument
589 free_file(struct grub_ntfs_file *mft) argument
692 struct grub_ntfs_file *mft; local
787 struct grub_ntfs_file *mft; local
1066 struct grub_fshelp_node *mft = 0; local
1114 struct grub_ntfs_file *mft; local
1147 struct grub_fshelp_node *mft = 0; local
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dntfs.h138 struct grub_ntfs_file *mft; member in struct:grub_ntfs_attr

Completed in 262 milliseconds