| .. | .. |
|---|
| 1 | | -// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0 */ |
|---|
| 2 | 2 | /* |
|---|
| 3 | 3 | * Copyright (c) 2013 Red Hat, Inc. |
|---|
| 4 | 4 | * All Rights Reserved. |
|---|
| .. | .. |
|---|
| 11 | 11 | int xfs_attr_rmtval_get(struct xfs_da_args *args); |
|---|
| 12 | 12 | int xfs_attr_rmtval_set(struct xfs_da_args *args); |
|---|
| 13 | 13 | int xfs_attr_rmtval_remove(struct xfs_da_args *args); |
|---|
| 14 | | - |
|---|
| 14 | +int xfs_attr_rmtval_stale(struct xfs_inode *ip, struct xfs_bmbt_irec *map, |
|---|
| 15 | + xfs_buf_flags_t incore_flags); |
|---|
| 16 | +int xfs_attr_rmtval_invalidate(struct xfs_da_args *args); |
|---|
| 17 | +int __xfs_attr_rmtval_remove(struct xfs_da_args *args); |
|---|
| 15 | 18 | #endif /* __XFS_ATTR_REMOTE_H__ */ |
|---|