Home
last modified time | relevance | path

Searched refs:sysv_write_inode (Results 1 – 3 of 3) sorted by relevance

/linux/fs/sysv/
H A Dinode.c277 int sysv_write_inode(struct inode *inode, struct writeback_control *wbc) in sysv_write_inode() function
327 .write_inode = sysv_write_inode,
H A Dsysv.h141 extern int sysv_write_inode(struct inode *, struct writeback_control *wbc);
H A Dialloc.c175 sysv_write_inode(inode, &wbc); /* ensure inode not allocated again */ in sysv_new_inode()