Home
last modified time | relevance | path

Searched refs:xfs_icache_free_cowblocks (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_icache.h69 int xfs_icache_free_cowblocks(struct xfs_mount *, struct xfs_eofblocks *);
Dxfs_icache.c937 xfs_icache_free_cowblocks(mp, NULL); in xfs_cowblocks_worker()
1787 xfs_icache_free_cowblocks( in xfs_icache_free_cowblocks() function
1799 return __xfs_inode_free_quota_eofblocks(ip, xfs_icache_free_cowblocks); in xfs_inode_free_quota_cowblocks()
Dxfs_file.c675 xfs_icache_free_cowblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()
Dxfs_super.c1354 error = xfs_icache_free_cowblocks(mp, NULL); in xfs_fs_remount()