Home
last modified time | relevance | path

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

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