Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_icache.h62 int xfs_icache_free_eofblocks(struct xfs_mount *, struct xfs_eofblocks *);
Dxfs_icache.c908 xfs_icache_free_eofblocks(mp, NULL); in xfs_eofblocks_worker()
1530 xfs_icache_free_eofblocks( in xfs_icache_free_eofblocks() function
1588 return __xfs_inode_free_quota_eofblocks(ip, xfs_icache_free_eofblocks); in xfs_inode_free_quota_eofblocks()
Dxfs_file.c673 xfs_icache_free_eofblocks(ip->i_mount, &eofb); in xfs_file_buffered_aio_write()
Dxfs_ioctl.c2187 error = xfs_icache_free_eofblocks(mp, &keofb); in xfs_file_ioctl()