Searched refs:mref (Results 1 - 16 of 16) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/include/ntfs-3g/
H A Ddir.h102 const MFT_REF mref, const unsigned dt_type);
H A Dindex.h114 MFT_REF mref);
H A Dinode.h169 extern ntfs_inode *ntfs_inode_open(ntfs_volume *vol, const MFT_REF mref);
174 const MFT_REF mref);
H A Dmft.h32 extern int ntfs_mft_records_read(const ntfs_volume *vol, const MFT_REF mref,
38 * @mref: mft record number to read
41 * Read the mft record specified by @mref from volume @vol into buffer @b.
51 const MFT_REF mref, MFT_RECORD *b)
55 ntfs_log_enter("Entering for inode %lld\n", (long long)MREF(mref));
56 ret = ntfs_mft_records_read(vol, mref, 1, b);
61 extern int ntfs_mft_record_check(const ntfs_volume *vol, const MFT_REF mref,
64 extern int ntfs_file_record_read(const ntfs_volume *vol, const MFT_REF mref,
67 extern int ntfs_mft_records_write(const ntfs_volume *vol, const MFT_REF mref,
73 * @mref
50 ntfs_mft_record_read(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD *b) argument
85 ntfs_mft_record_write(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD *b) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dattrlist.c110 MFT_REF mref; local
126 mref = MK_LE_MREF(ni->mft_no, le16_to_cpu(ni->mrec->sequence_number));
197 ale->mft_reference = mref;
H A Ddir.c109 u64 mref = 0; local
216 mref = le64_to_cpu(ie->indexed_file);
218 return mref;
224 * cached in mref in which case return mref.
228 if (mref)
229 return mref;
367 mref = le64_to_cpu(ie->indexed_file);
371 return mref;
399 * the mft reference of a matching name cached in mref i
628 MFT_REF mref; local
[all...]
H A Dindex.c1486 * @mref: reference of the inode which @fn describes
1490 int ntfs_index_add_filename(ntfs_inode *ni, FILE_NAME_ATTR *fn, MFT_REF mref) argument
1512 ie->indexed_file = cpu_to_le64(mref);
H A Dinode.c132 * @mref: inode number / mft record number to open
135 * specified by @mref. @mref specifies the inode number / mft record to read,
152 ntfs_inode *ntfs_inode_open(ntfs_volume *vol, const MFT_REF mref) argument
159 ntfs_log_enter("Entering for inode %lld\n", (long long)MREF(mref));
167 if (ntfs_file_record_read(vol, mref, &ni->mrec, NULL))
173 ni->mft_no = MREF(mref);
364 * @mref: mft reference of the extent inode to load (in little endian)
366 * First check if the extent inode @mref is already attached to the base ntfs
370 * ntfs_inode structure and initialize it for the given inode @mref
386 ntfs_extent_inode_open(ntfs_inode *base_ni, const MFT_REF mref) argument
[all...]
H A Dmft.c60 * @mref: starting mft record number to read
64 * Read @count mft records starting at @mref from volume @vol into buffer
78 int ntfs_mft_records_read(const ntfs_volume *vol, const MFT_REF mref, argument
84 ntfs_log_trace("inode %llu\n", (unsigned long long)MREF(mref));
89 b, (long long)count, (unsigned long long)MREF(mref));
92 m = MREF(mref);
119 * @mref: starting mft record number to write
123 * Write @count mft records starting at @mref from data buffer @b to volume
140 int ntfs_mft_records_write(const ntfs_volume *vol, const MFT_REF mref, argument
152 m = MREF(mref);
209 ntfs_mft_record_check(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD *m) argument
274 ntfs_file_record_read(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD **mrec, ATTR_RECORD **attr) argument
327 ntfs_mft_record_layout(const ntfs_volume *vol, const MFT_REF mref, MFT_RECORD *mrec) argument
404 ntfs_mft_record_format(const ntfs_volume *vol, const MFT_REF mref) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.c630 const s64 pos __attribute__((unused)), const MFT_REF mref,
641 (unsigned long long)MREF(mref));
648 filename, (unsigned long long)MREF(mref));
653 if (MREF(mref) == FILE_root || MREF(mref) >= FILE_first_user ||
655 struct stat st = { .st_ino = MREF(mref) };
628 ntfs_fuse_filler(ntfs_fuse_fill_context_t *fill_ctx, const ntfschar *name, const int name_len, const int name_type, const s64 pos __attribute__((unused)), const MFT_REF mref, const unsigned dt_type __attribute__((unused))) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dmft.c229 * @mref: mft reference of the extent inode to load
232 * Load the extent mft record @mref and attach it to its base inode @base_ni.
239 MFT_RECORD *map_extent_mft_record(ntfs_inode *base_ni, MFT_REF mref, argument
246 unsigned long mft_no = MREF(mref);
247 u16 seq_no = MSEQNO(mref);
H A Dmft.h35 extern MFT_RECORD *map_extent_mft_record(ntfs_inode *base_ni, MFT_REF mref,
H A Dnamei.c108 MFT_REF mref; local
123 mref = ntfs_lookup_inode_by_name(NTFS_I(dir_ino), uname, uname_len,
126 if (!IS_ERR_MREF(mref)) {
127 dent_ino = MREF(mref);
132 if (is_bad_inode(dent_inode) || MSEQNO(mref) ==
150 dent_ino, MSEQNO(mref),
163 if (MREF_ERR(mref) == -ENOENT) {
171 "code %i.", -MREF_ERR(mref));
172 return ERR_PTR(MREF_ERR(mref));
H A Dsuper.c1215 MFT_REF mref; local
1236 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->root_ino), hiberfil, 12,
1239 if (IS_ERR_MREF(mref)) {
1240 ret = MREF_ERR(mref);
1255 vi = ntfs_iget(vol->sb, MREF(mref));
1314 MFT_REF mref; local
1330 mref = ntfs_lookup_inode_by_name(NTFS_I(vol->extend_ino), Quota, 6,
1333 if (IS_ERR_MREF(mref)) {
1338 if (MREF_ERR(mref) == -ENOENT) {
1355 tmp_ino = ntfs_iget(vol->sb, MREF(mref));
1390 MFT_REF mref; local
[all...]
H A Ddir.c89 u64 mref; local
179 name->mref = le64_to_cpu(
188 mref = le64_to_cpu(ie->data.dir.indexed_file);
191 return mref;
232 name->mref = le64_to_cpu(ie->data.dir.indexed_file);
290 return name->mref;
439 name->mref = le64_to_cpu(
448 mref = le64_to_cpu(ie->data.dir.indexed_file);
451 return mref;
494 name->mref
633 unsigned long mref; local
[all...]
H A Ddir.h36 MFT_REF mref; member in struct:__anon7531

Completed in 150 milliseconds