Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_icache.h69 int xfs_icache_free_cowblocks(struct xfs_mount *, struct xfs_eofblocks *);
Dxfs_icache.c932 xfs_icache_free_cowblocks(mp, NULL); in xfs_cowblocks_worker()
1782 xfs_icache_free_cowblocks( in xfs_icache_free_cowblocks() function
1794 return __xfs_inode_free_quota_eofblocks(ip, xfs_icache_free_cowblocks); in xfs_inode_free_quota_cowblocks()
Dxfs_file.c667 xfs_icache_free_cowblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()
Dxfs_super.c1363 error = xfs_icache_free_cowblocks(mp, NULL); in xfs_fs_remount()