Home
last modified time | relevance | path

Searched refs:ni_write_inode (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ntfs3/
H A Dntfs_fs.h566 int ni_write_inode(struct inode *inode, int sync, const char *hint);
567 #define _ni_write_inode(i, w) ni_write_inode(i, w, __func__)
H A Dfrecord.c3245 int ni_write_inode(struct inode *inode, int sync, const char *hint) in ni_write_inode() function