Home
last modified time | relevance | path

Searched refs:mftno (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/fs/ntfs/
Dsupport.c111 int ntfs_read_mft_record(ntfs_volume *vol, int mftno, char *buf) in ntfs_read_mft_record() argument
116 ntfs_debug(DEBUG_OTHER, "read_mft_record 0x%x\n", mftno); in ntfs_read_mft_record()
117 if (mftno == FILE_Mft) in ntfs_read_mft_record()
134 "mftno << vol->mft_record_size_bits = 0x%Lx\n", mftno, in ntfs_read_mft_record()
136 (__s64)mftno << vol->mft_record_size_bits); in ntfs_read_mft_record()
138 (__s64)mftno << vol->mft_record_size_bits, &io); in ntfs_read_mft_record()
141 "(%d,%d,%d)\n", mftno, error, io.size, in ntfs_read_mft_record()
145 ntfs_debug(DEBUG_OTHER, "read_mft_record: finished read 0x%x\n", mftno); in ntfs_read_mft_record()
152 printk(KERN_WARNING "NTFS: Invalid MFT record for 0x%x\n", mftno); in ntfs_read_mft_record()
155 ntfs_debug(DEBUG_OTHER, "read_mft_record: Done 0x%x\n", mftno); in ntfs_read_mft_record()
Dinode.c98 static int ntfs_insert_mft_attributes(ntfs_inode* ino, char *mft, int mftno) in ntfs_insert_mft_attributes() argument
105 if (ino->records[i] == mftno) { in ntfs_insert_mft_attributes()
127 ino->records[ino->record_count] = mftno; in ntfs_insert_mft_attributes()
161 static int ntfs_insert_mft_attribute(ntfs_inode* ino, int mftno, in ntfs_insert_mft_attribute() argument
168 if (ino->records[i] == mftno) { in ntfs_insert_mft_attribute()
188 ino->records[ino->record_count] = mftno; in ntfs_insert_mft_attribute()
207 int mftno, l, error; in parse_attributes() local
225 mftno = NTFS_GETU32(alist + 0x10); in parse_attributes()
233 if (mftno != ino->i_number && mftno != last_mft) { in parse_attributes()
235 last_mft = mftno; in parse_attributes()
[all …]
Dstruct.h65 int mftno;
Dsupport.h77 int ntfs_read_mft_record(ntfs_volume *vol, int mftno, char *buf);