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

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ntfs/
H A Dsupport.c111 int ntfs_read_mft_record(ntfs_volume *vol, int mftno, char *buf) argument
116 ntfs_debug(DEBUG_OTHER, "read_mft_record 0x%x\n", mftno);
117 if (mftno == FILE_Mft)
133 "mftno = 0x%x, vol->mft_record_size_bits = 0x%x, "
134 "mftno << vol->mft_record_size_bits = 0x%Lx\n", mftno,
136 (__s64)mftno << vol->mft_record_size_bits);
138 (__s64)mftno << vol->mft_record_size_bits, &io);
141 "(%d,%d,%d)\n", mftno, error, io.size,
145 ntfs_debug(DEBUG_OTHER, "read_mft_record: finished read 0x%x\n", mftno);
[all...]
H A Dsupport.h77 int ntfs_read_mft_record(ntfs_volume *vol, int mftno, char *buf);
H A Dinode.c84 static int ntfs_insert_mft_attributes(ntfs_inode* ino, char *mft, int mftno) argument
91 if (ino->records[i] == mftno) {
113 ino->records[ino->record_count] = mftno;
140 static int ntfs_insert_mft_attribute(ntfs_inode* ino, int mftno, argument
147 if (ino->records[i] == mftno) {
167 ino->records[ino->record_count] = mftno;
186 int mftno, l, error; local
204 mftno = NTFS_GETU32(alist + 0x10);
205 if (mftno != ino->i_number && mftno !
[all...]

Completed in 29 milliseconds