Searched refs:mft (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dntfs_fs_sb.h48 unsigned char *mft; member in struct:ntfs_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dntfs_fs_sb.h48 unsigned char *mft; member in struct:ntfs_sb_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dinode.c36 static void ntfs_fill_mft_header(ntfs_u8 *mft, int rec_size, int seq_no, argument
43 NTFS_PUTU32(mft + 0x00, 0x454c4946); /* FILE */
44 NTFS_PUTU16(mft + 0x04, fixup_ofs); /* Offset to fixup. */
45 NTFS_PUTU16(mft + 0x06, fixup_cnt); /* Number of fixups. */
46 NTFS_PUTU64(mft + 0x08, 0); /* Logical sequence number. */
47 NTFS_PUTU16(mft + 0x10, seq_no); /* Sequence number. */
48 NTFS_PUTU16(mft + 0x12, links); /* Hard link count. */
49 NTFS_PUTU16(mft + 0x14, attr_ofs); /* Offset to attributes. */
50 NTFS_PUTU16(mft + 0x16, flags); /* Flags: 1 = In use,
52 NTFS_PUTU32(mft
84 ntfs_insert_mft_attributes(ntfs_inode* ino, char *mft, int mftno) argument
185 ntfs_u8 *mft, *attr; local
[all...]
H A Dfs.c874 struct inode *mft; local
892 ntfs_debug(DEBUG_OTHER, "ntfs_statfs: calling mft = iget(sb, "
894 mft = iget(sb, FILE_Mft);
896 "0x%x\n", mft);
897 if (!mft)
899 sf->f_files = mft->i_size >> vol->mft_record_size_bits;
900 ntfs_debug(DEBUG_OTHER, "ntfs_statfs: calling iput(mft)\n");
901 iput(mft);
1054 if (!(vol->mft = ntfs_malloc(i)))
1066 ntfs_memcpy(vol->mft
[all...]
H A Dsupport.c119 ntfs_memcpy(buf, vol->mft, vol->mft_record_size);
H A Dsuper.c180 /* Setup mft zone. */
189 * area reserved for the mft bitmap as well within the mft_zone itself.
201 * Need to cap the mft zone on non-standard volumes so that it does
222 /* Set the mft data allocation position to mft record 24. */
451 ntfs_free(vol->mft);
603 * outside the mft zone. Also set done_zones to 0 (no zones done) and
606 * we either start at the current position within the mft zone or at the
614 * is 1 for mft zone, 2 for data zone 1 (end of mft zon
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/blkid/
H A Dprobe.c598 struct master_file_table_record *mft; local
658 mft = (struct master_file_table_record *) buf_mft;
660 attr_off = blkid_le16(mft->attrs_offset);

Completed in 109 milliseconds