| /linux-6.15/fs/9p/ |
| H A D | vfs_super.c | 290 .write_inode = v9fs_write_inode, 301 .write_inode = v9fs_write_inode_dotl,
|
| /linux-6.15/fs/ubifs/ |
| H A D | file.c | 1006 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_writepage() 1032 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_writepage() 1244 err = inode->i_sb->s_op->write_inode(inode, NULL); in do_setattr() 1321 err = inode->i_sb->s_op->write_inode(inode, NULL); in ubifs_fsync()
|
| H A D | dir.c | 1542 old_inode->i_sb->s_op->write_inode(old_inode, NULL); in do_rename()
|
| /linux-6.15/fs/nfs/ |
| H A D | nfs4super.c | 27 .write_inode = nfs4_write_inode,
|
| H A D | super.c | 83 .write_inode = nfs_write_inode,
|
| /linux-6.15/fs/ |
| H A D | fs-writeback.c | 1519 static int write_inode(struct inode *inode, struct writeback_control *wbc) in write_inode() function 1523 if (inode->i_sb->s_op->write_inode && !is_bad_inode(inode)) { in write_inode() 1525 ret = inode->i_sb->s_op->write_inode(inode, wbc); in write_inode() 1745 int err = write_inode(inode, wbc); in __writeback_single_inode()
|
| /linux-6.15/fs/hfs/ |
| H A D | super.c | 182 .write_inode = hfs_write_inode,
|
| /linux-6.15/fs/adfs/ |
| H A D | super.c | 248 .write_inode = adfs_write_inode,
|
| /linux-6.15/fs/orangefs/ |
| H A D | super.c | 319 .write_inode = orangefs_write_inode,
|
| /linux-6.15/fs/bfs/ |
| H A D | inode.c | 282 .write_inode = bfs_write_inode,
|
| /linux-6.15/fs/afs/ |
| H A D | super.c | 58 .write_inode = netfs_unpin_writeback,
|
| /linux-6.15/fs/affs/ |
| H A D | super.c | 153 .write_inode = affs_write_inode,
|
| /linux-6.15/fs/omfs/ |
| H A D | inode.c | 319 .write_inode = omfs_write_inode,
|
| /linux-6.15/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 | locking.rst | 172 int (*write_inode) (struct inode *, struct writeback_control *wbc); 196 write_inode:
|
| 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
|
| /linux-6.15/fs/hfsplus/ |
| H A D | super.c | 371 .write_inode = hfsplus_write_inode,
|
| /linux-6.15/fs/minix/ |
| H A D | inode.c | 110 .write_inode = minix_write_inode,
|
| /linux-6.15/fs/exfat/ |
| H A D | super.c | 219 .write_inode = exfat_write_inode,
|
| /linux-6.15/fs/jfs/ |
| H A D | super.c | 847 .write_inode = jfs_write_inode,
|
| /linux-6.15/fs/bcachefs/ |
| H A D | fsck.c | 1025 bool *write_inode) in check_inode_dirent_inode() argument 1050 *write_inode = true; in check_inode_dirent_inode() 1072 *write_inode = true; in check_inode_dirent_inode()
|
| /linux-6.15/fs/gfs2/ |
| H A D | super.c | 1597 .write_inode = gfs2_write_inode,
|
| /linux-6.15/Documentation/filesystems/caching/ |
| H A D | netfs-api.rst | 363 ``write_inode`` superblock operation. It cleans up after writing by unusing
|
| /linux-6.15/fs/ceph/ |
| H A D | super.c | 1045 .write_inode = ceph_write_inode,
|
| /linux-6.15/fs/ufs/ |
| H A D | super.c | 1481 .write_inode = ufs_write_inode,
|