Home
last modified time | relevance | path

Searched refs:write_inode (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.15/fs/9p/
H A Dvfs_super.c290 .write_inode = v9fs_write_inode,
301 .write_inode = v9fs_write_inode_dotl,
/linux-6.15/fs/ubifs/
H A Dfile.c1006 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 Ddir.c1542 old_inode->i_sb->s_op->write_inode(old_inode, NULL); in do_rename()
/linux-6.15/fs/nfs/
H A Dnfs4super.c27 .write_inode = nfs4_write_inode,
H A Dsuper.c83 .write_inode = nfs_write_inode,
/linux-6.15/fs/
H A Dfs-writeback.c1519 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 Dsuper.c182 .write_inode = hfs_write_inode,
/linux-6.15/fs/adfs/
H A Dsuper.c248 .write_inode = adfs_write_inode,
/linux-6.15/fs/orangefs/
H A Dsuper.c319 .write_inode = orangefs_write_inode,
/linux-6.15/fs/bfs/
H A Dinode.c282 .write_inode = bfs_write_inode,
/linux-6.15/fs/afs/
H A Dsuper.c58 .write_inode = netfs_unpin_writeback,
/linux-6.15/fs/affs/
H A Dsuper.c153 .write_inode = affs_write_inode,
/linux-6.15/fs/omfs/
H A Dinode.c319 .write_inode = omfs_write_inode,
/linux-6.15/Documentation/filesystems/
H A Dhpfs.rst229 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 Dlocking.rst172 int (*write_inode) (struct inode *, struct writeback_control *wbc);
196 write_inode:
H A Dporting.rst354 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 Dsuper.c371 .write_inode = hfsplus_write_inode,
/linux-6.15/fs/minix/
H A Dinode.c110 .write_inode = minix_write_inode,
/linux-6.15/fs/exfat/
H A Dsuper.c219 .write_inode = exfat_write_inode,
/linux-6.15/fs/jfs/
H A Dsuper.c847 .write_inode = jfs_write_inode,
/linux-6.15/fs/bcachefs/
H A Dfsck.c1025 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 Dsuper.c1597 .write_inode = gfs2_write_inode,
/linux-6.15/Documentation/filesystems/caching/
H A Dnetfs-api.rst363 ``write_inode`` superblock operation. It cleans up after writing by unusing
/linux-6.15/fs/ceph/
H A Dsuper.c1045 .write_inode = ceph_write_inode,
/linux-6.15/fs/ufs/
H A Dsuper.c1481 .write_inode = ufs_write_inode,

12