Home
last modified time | relevance | path

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

/Linux-v6.1/fs/ntfs3/
Drecord.c319 int mi_write(struct mft_inode *mi, int wait) in mi_write() function
Dfrecord.c1609 mi_write(mi, 0); in ni_delete_all()
1620 err = mi_write(&ni->mi, 0); in ni_delete_all()
3313 err2 = mi_write(mi, sync); in ni_write_inode()
3325 err2 = mi_write(&ni->mi, sync); in ni_write_inode()
Dntfs_fs.h740 int mi_write(struct mft_inode *mi, int wait);
Dindex.c2569 err = mi_write(mi, 1); in indx_update_dup()
Dfslog.c3700 err = mi_write(mi, 0); in do_action()