Symbol: mft_record
fs/ntfs/attrib.c
1594
struct ntfs_inode *ni, struct mft_record *mrec)
fs/ntfs/attrib.c
1662
struct mft_record *mrec)
fs/ntfs/attrib.c
1823
int ntfs_attr_record_resize(struct mft_record *m, struct attr_record *a, u32 new_size)
fs/ntfs/attrib.c
1875
int ntfs_resident_attr_value_resize(struct mft_record *m, struct attr_record *a,
fs/ntfs/attrib.c
1917
struct mft_record *m;
fs/ntfs/attrib.c
2321
static int ntfs_make_room_for_attr(struct mft_record *m, u8 *pos, u32 size)
fs/ntfs/attrib.c
2375
struct mft_record *m;
fs/ntfs/attrib.c
2496
struct mft_record *m;
fs/ntfs/attrib.c
2772
struct mft_record *ni_mrec;
fs/ntfs/attrib.c
3370
struct mft_record *ni_mrec;
fs/ntfs/attrib.c
3458
struct mft_record *m;
fs/ntfs/attrib.c
3545
struct mft_record *m, struct ntfs_attr_search_ctx *ctx)
fs/ntfs/attrib.c
3687
struct mft_record *m;
fs/ntfs/attrib.c
5538
struct mft_record *mrec;
fs/ntfs/attrib.c
91
struct mft_record *m;
fs/ntfs/attrib.h
43
struct mft_record *mrec;
fs/ntfs/attrib.h
50
struct mft_record *base_mrec;
fs/ntfs/attrib.h
90
struct mft_record *mrec);
fs/ntfs/attrib.h
98
int ntfs_attr_record_resize(struct mft_record *m, struct attr_record *a, u32 new_size);
fs/ntfs/attrib.h
99
int ntfs_resident_attr_value_resize(struct mft_record *m, struct attr_record *a,
fs/ntfs/attrlist.c
128
struct mft_record *ni_mrec;
fs/ntfs/dir.c
1017
int ntfs_check_empty_dir(struct ntfs_inode *ni, struct mft_record *ni_mrec)
fs/ntfs/dir.c
80
struct mft_record *m;
fs/ntfs/dir.h
30
int ntfs_check_empty_dir(struct ntfs_inode *ni, struct mft_record *ni_mrec);
fs/ntfs/ea.c
581
struct mft_record *m;
fs/ntfs/inode.c
1266
struct mft_record *m;
fs/ntfs/inode.c
1506
struct mft_record *m;
fs/ntfs/inode.c
1840
struct mft_record *m = NULL;
fs/ntfs/inode.c
2468
static int ntfs_inode_sync_standard_information(struct inode *vi, struct mft_record *m)
fs/ntfs/inode.c
2736
struct mft_record *m;
fs/ntfs/inode.c
2838
struct mft_record *tm;
fs/ntfs/inode.c
2917
struct mft_record *ni_mrec;
fs/ntfs/inode.c
3047
struct mft_record *ni_mrec;
fs/ntfs/inode.c
3360
struct mft_record *ni_mrec;
fs/ntfs/inode.c
676
struct mft_record *m;
fs/ntfs/layout.h
446
static_assert(sizeof(struct mft_record) == 48);
fs/ntfs/mft.c
1062
struct mft_record *mrec;
fs/ntfs/mft.c
109
static inline struct mft_record *map_mft_record_folio(struct ntfs_inode *ni)
fs/ntfs/mft.c
1360
struct mft_record *mrec;
fs/ntfs/mft.c
1495
struct mft_record *mrec;
fs/ntfs/mft.c
159
if (!ntfs_mft_record_check(vol, (struct mft_record *)ni->mrec, ni->mft_no)) {
fs/ntfs/mft.c
175
return (struct mft_record *)folio;
fs/ntfs/mft.c
1785
struct mft_record *m)
fs/ntfs/mft.c
1801
m->usa_ofs = cpu_to_le16((sizeof(struct mft_record) + 1) & ~1);
fs/ntfs/mft.c
1863
struct mft_record *m;
fs/ntfs/mft.c
1896
m = (struct mft_record *)((u8 *)kmap_local_folio(folio, 0) + ofs);
fs/ntfs/mft.c
196
struct mft_record *map_mft_record(struct ntfs_inode *ni)
fs/ntfs/mft.c
198
struct mft_record *m;
fs/ntfs/mft.c
2015
struct mft_record **ni_mrec)
fs/ntfs/mft.c
2022
struct mft_record *m = NULL;
fs/ntfs/mft.c
209
return (struct mft_record *)ni->mrec;
fs/ntfs/mft.c
2312
m = (struct mft_record *)((u8 *)kmap_local_folio(folio, 0) + ofs);
fs/ntfs/mft.c
2359
struct mft_record *m_tmp;
fs/ntfs/mft.c
2506
struct mft_record *ni_mrec;
fs/ntfs/mft.c
262
struct mft_record *map_extent_mft_record(struct ntfs_inode *base_ni, u64 mref,
fs/ntfs/mft.c
265
struct mft_record *m;
fs/ntfs/mft.c
2680
(struct mft_record *)(kaddr + mft_ofs),
fs/ntfs/mft.c
2761
(struct mft_record *)(kaddr + mft_ofs));
fs/ntfs/mft.c
28
int ntfs_mft_record_check(const struct ntfs_volume *vol, struct mft_record *m,
fs/ntfs/mft.c
461
struct mft_record *m)
fs/ntfs/mft.c
551
int write_mft_record_nolock(struct ntfs_inode *ni, struct mft_record *m, int sync)
fs/ntfs/mft.c
557
struct mft_record *fixup_m;
fs/ntfs/mft.c
576
fixup_m = (struct mft_record *)(kaddr + ni->folio_ofs);
fs/ntfs/mft.c
748
const struct mft_record *m, struct ntfs_inode **locked_ni,
fs/ntfs/mft.h
16
struct mft_record *map_mft_record(struct ntfs_inode *ni);
fs/ntfs/mft.h
18
struct mft_record *map_extent_mft_record(struct ntfs_inode *base_ni, u64 mref,
fs/ntfs/mft.h
46
struct mft_record *m);
fs/ntfs/mft.h
47
int write_mft_record_nolock(struct ntfs_inode *ni, struct mft_record *m, int sync);
fs/ntfs/mft.h
67
static inline int write_mft_record(struct ntfs_inode *ni, struct mft_record *m, int sync)
fs/ntfs/mft.h
81
struct mft_record **ni_mrec);
fs/ntfs/mft.h
84
const s64 count, struct mft_record *b);
fs/ntfs/mft.h
85
int ntfs_mft_record_check(const struct ntfs_volume *vol, struct mft_record *m,
fs/ntfs/mst.c
62
struct mft_record *m = (struct mft_record *)b;
fs/ntfs/namei.c
1156
struct mft_record *dir_mrec = NULL, *ni_mrec = NULL;
fs/ntfs/namei.c
1339
struct mft_record *ni_mrec;
fs/ntfs/namei.c
1596
struct mft_record *mrec;
fs/ntfs/namei.c
241
struct mft_record *m;
fs/ntfs/namei.c
406
struct mft_record *ni_mrec, *dni_mrec;
fs/ntfs/namei.c
781
struct mft_record *ni_mrec = ctx->base_mrec ? ctx->base_mrec : ctx->mrec;
fs/ntfs/namei.c
838
struct mft_record *ni_mrec;
fs/ntfs/super.c
1002
if (((struct mft_record *)kmft)->flags & MFT_RECORD_IN_USE) {
fs/ntfs/super.c
1018
if (((struct mft_record *)kmirr)->flags & MFT_RECORD_IN_USE) {
fs/ntfs/super.c
1027
bytes = le32_to_cpu(((struct mft_record *)kmft)->bytes_in_use);
fs/ntfs/super.c
1031
bytes = le32_to_cpu(((struct mft_record *)kmirr)->bytes_in_use);
fs/ntfs/super.c
1402
struct mft_record *m;
fs/ntfs3/ntfs.h
286
__le32 mft_record; // 0x2C: Current MFT record number.
fs/ntfs3/record.c
448
rec->mft_record = cpu_to_le32(rno);