0001
0002
0003
0004
0005
0006 #ifndef __XFS_ATTR_REMOTE_H__
0007 #define __XFS_ATTR_REMOTE_H__
0008
0009 int xfs_attr3_rmt_blocks(struct xfs_mount *mp, int attrlen);
0010
0011 int xfs_attr_rmtval_get(struct xfs_da_args *args);
0012 int xfs_attr_rmtval_stale(struct xfs_inode *ip, struct xfs_bmbt_irec *map,
0013 xfs_buf_flags_t incore_flags);
0014 int xfs_attr_rmtval_invalidate(struct xfs_da_args *args);
0015 int xfs_attr_rmtval_remove(struct xfs_attr_intent *attr);
0016 int xfs_attr_rmt_find_hole(struct xfs_da_args *args);
0017 int xfs_attr_rmtval_set_value(struct xfs_da_args *args);
0018 int xfs_attr_rmtval_set_blk(struct xfs_attr_intent *attr);
0019 int xfs_attr_rmtval_find_space(struct xfs_attr_intent *attr);
0020 #endif