Lines Matching +full:ip +full:- +full:blocks
1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2000-2006 Silicon Graphics, Inc.
23 #define XFS_ICI_NO_TAG (-1) /* special flag for an untagged lookup
26 #define XFS_ICI_EOFBLOCKS_TAG 1 /* inode has blocks beyond EOF */
27 #define XFS_ICI_COWBLOCKS_TAG 2 /* inode can have cow blocks to gc */
47 void xfs_inode_free(struct xfs_inode *ip);
55 void xfs_inode_set_reclaim_tag(struct xfs_inode *ip);
57 void xfs_inode_set_eofblocks_tag(struct xfs_inode *ip);
58 void xfs_inode_clear_eofblocks_tag(struct xfs_inode *ip);
60 int xfs_inode_free_quota_eofblocks(struct xfs_inode *ip);
64 void xfs_inode_set_cowblocks_tag(struct xfs_inode *ip);
65 void xfs_inode_clear_cowblocks_tag(struct xfs_inode *ip);
67 int xfs_inode_free_quota_cowblocks(struct xfs_inode *ip);
72 int (*execute)(struct xfs_inode *ip, void *args),