Home
last modified time | relevance | path

Searched refs:mi_write (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/fs/ntfs3/
Drecord.c376 int mi_write(struct mft_inode *mi, int wait) in mi_write() function
Dfrecord.c1624 mi_write(mi, 0); in ni_delete_all()
1635 err = mi_write(&ni->mi, 0); in ni_delete_all()
3354 err2 = mi_write(mi, sync); in ni_write_inode()
3366 err2 = mi_write(&ni->mi, sync); in ni_write_inode()
Dntfs_fs.h749 int mi_write(struct mft_inode *mi, int wait);
Dindex.c2692 err = mi_write(mi, 1); in indx_update_dup()
Dfslog.c3681 err = mi_write(mi, 0); in do_action()