/openbmc/linux/fs/9p/ |
H A D | vfs_super.c | 327 .write_inode = v9fs_write_inode, 338 .write_inode = v9fs_write_inode_dotl,
|
/openbmc/linux/fs/ubifs/ |
H A D | file.c | 1028 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_writepage() 1056 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_writepage() 1258 err = inode->i_sb->s_op->write_inode(inode, NULL); in do_setattr() 1335 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_fsync()
|
H A D | dir.c | 1509 old_inode->i_sb->s_op->write_inode(old_inode, NULL); in do_rename()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4super.c | 27 .write_inode = nfs4_write_inode,
|
H A D | super.c | 82 .write_inode = nfs_write_inode,
|
/openbmc/linux/fs/ |
H A D | fs-writeback.c | 1467 static int write_inode(struct inode *inode, struct writeback_control *wbc) in write_inode() function 1471 if (inode->i_sb->s_op->write_inode && !is_bad_inode(inode)) { in write_inode() 1473 ret = inode->i_sb->s_op->write_inode(inode, wbc); in write_inode() 1690 int err = write_inode(inode, wbc); in __writeback_single_inode()
|
/openbmc/linux/fs/sysv/ |
H A D | inode.c | 329 .write_inode = sysv_write_inode,
|
/openbmc/linux/fs/hfs/ |
H A D | super.c | 177 .write_inode = hfs_write_inode,
|
/openbmc/linux/fs/adfs/ |
H A D | super.c | 273 .write_inode = adfs_write_inode,
|
/openbmc/linux/fs/bfs/ |
H A D | inode.c | 284 .write_inode = bfs_write_inode,
|
/openbmc/linux/fs/orangefs/ |
H A D | super.c | 320 .write_inode = orangefs_write_inode,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | hpfs.rst | 229 0.91 Fixed bug that caused shooting to memory when write_inode was called on 239 Fixed a race-condition when write_inode is called while deleting file
|
H A D | porting.rst | 354 NOTE: checking i_nlink in the beginning of ->write_inode() and bailing out 356 may happen while the inode is in the middle of ->write_inode(); e.g. if you blindly 357 free the on-disk inode, you may end up doing that while ->write_inode() is writing
|
H A D | locking.rst | 167 int (*write_inode) (struct inode *, struct writeback_control *wbc); 191 write_inode:
|
/openbmc/linux/fs/omfs/ |
H A D | inode.c | 321 .write_inode = omfs_write_inode,
|
/openbmc/linux/fs/afs/ |
H A D | super.c | 58 .write_inode = afs_write_inode,
|
/openbmc/linux/fs/affs/ |
H A D | super.c | 154 .write_inode = affs_write_inode,
|
/openbmc/linux/fs/hfsplus/ |
H A D | super.c | 365 .write_inode = hfsplus_write_inode,
|
/openbmc/linux/fs/exfat/ |
H A D | super.c | 191 .write_inode = exfat_write_inode,
|
/openbmc/linux/fs/minix/ |
H A D | inode.c | 109 .write_inode = minix_write_inode,
|
/openbmc/linux/fs/jfs/ |
H A D | super.c | 882 .write_inode = jfs_write_inode,
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.h | 259 int (*write_inode) (struct inode *, struct writeback_control *wbc); member
|
/openbmc/linux/fs/gfs2/ |
H A D | super.c | 1618 .write_inode = gfs2_write_inode,
|
/openbmc/linux/fs/ceph/ |
H A D | super.c | 1041 .write_inode = ceph_write_inode,
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | netfs-api.rst | 363 ``write_inode`` superblock operation. It cleans up after writing by unusing
|