Searched refs:mft_inode (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ntfs3/ |
| H A D | record.c | 34 static __le16 mi_new_attt_id(struct ntfs_inode *ni, struct mft_inode *mi) in mi_new_attt_id() 71 int mi_get(struct ntfs_sb_info *sbi, CLST rno, struct mft_inode **mi) in mi_get() 74 struct mft_inode *m = kzalloc_obj(struct mft_inode, GFP_NOFS); in mi_get() 95 void mi_put(struct mft_inode *mi) in mi_put() 101 int mi_init(struct mft_inode *mi, struct ntfs_sb_info *sbi, CLST rno) in mi_init() 115 int mi_read(struct mft_inode *mi, bool is_mft) in mi_read() 198 struct ATTRIB *mi_enum_attr(struct ntfs_inode *ni, struct mft_inode *mi, in mi_enum_attr() 359 struct ATTRIB *mi_find_attr(struct ntfs_inode *ni, struct mft_inode *mi, in mi_find_attr() 390 int mi_write(struct mft_inode *mi, int wait) in mi_write() 414 int mi_format_new(struct mft_inode *mi, struct ntfs_sb_info *sbi, CLST rno, in mi_format_new() [all …]
|
| H A D | ntfs_fs.h | 335 struct mft_inode { struct 363 struct mft_inode mi; // base record argument 454 struct ATTR_LIST_ENTRY *le, struct mft_inode *mi, 552 void ni_remove_mi(struct ntfs_inode *ni, struct mft_inode *mi); 556 int ni_load_mi_ex(struct ntfs_inode *ni, CLST rno, struct mft_inode **mi); 558 struct mft_inode **mi); 563 struct mft_inode **mi); 566 struct mft_inode **mi); 568 bool ni_add_subrecord(struct ntfs_inode *ni, CLST rno, struct mft_inode **mi); 578 struct mft_inode **mi, struct ATTR_LIST_ENTRY **le); [all …]
|
| H A D | frecord.c | 20 static struct mft_inode *ni_ins_mi(struct ntfs_inode *ni, struct rb_root *tree, in ni_ins_mi() 27 struct mft_inode *mi; in ni_ins_mi() 30 mi = rb_entry(pr, struct mft_inode, node); in ni_ins_mi() 44 return rb_entry(ins, struct mft_inode, node); in ni_ins_mi() 50 static struct mft_inode *ni_find_mi(struct ntfs_inode *ni, CLST rno) in ni_find_mi() 58 static void ni_add_mi(struct ntfs_inode *ni, struct mft_inode *mi) in ni_add_mi() 66 void ni_remove_mi(struct ntfs_inode *ni, struct mft_inode *mi) in ni_remove_mi() 114 struct mft_inode *mi = rb_entry(node, struct mft_inode, node); in ni_clear() 143 int ni_load_mi_ex(struct ntfs_inode *ni, CLST rno, struct mft_inode **mi) in ni_load_mi_ex() 146 struct mft_inode *r; in ni_load_mi_ex() [all …]
|
| H A D | index.c | 196 struct mft_inode *mi; 993 struct ATTRIB **attr, struct mft_inode **mi) in indx_get_root() 1498 struct mft_inode *mi; in indx_add_allocate() 1592 struct mft_inode *mi; in indx_insert_into_root() 2290 struct mft_inode *mi; in indx_delete_entry() 2674 struct mft_inode *mi; in indx_update_dup()
|
| H A D | fslog.c | 3064 struct mft_inode *mi = NULL, *mi2_child = NULL; in do_action() 3120 mi = kzalloc_obj(struct mft_inode, GFP_NOFS); in do_action()
|