Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_icache.h59 int xfs_icache_free_eofblocks(struct xfs_mount *, struct xfs_eofblocks *);
Dxfs_icache.c943 xfs_icache_free_eofblocks(mp, NULL); in xfs_eofblocks_worker()
1391 xfs_icache_free_eofblocks( in xfs_icache_free_eofblocks() function
1449 return __xfs_inode_free_quota_eofblocks(ip, xfs_icache_free_eofblocks); in xfs_inode_free_quota_eofblocks()
Dxfs_file.c704 xfs_icache_free_eofblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()
Dxfs_ioctl.c2352 error = xfs_icache_free_eofblocks(mp, &keofb); in xfs_file_ioctl()