hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/xfs/libxfs/xfs_attr_remote.h
....@@ -1,4 +1,4 @@
1
-// SPDX-License-Identifier: GPL-2.0
1
+/* SPDX-License-Identifier: GPL-2.0 */
22 /*
33 * Copyright (c) 2013 Red Hat, Inc.
44 * All Rights Reserved.
....@@ -11,5 +11,8 @@
1111 int xfs_attr_rmtval_get(struct xfs_da_args *args);
1212 int xfs_attr_rmtval_set(struct xfs_da_args *args);
1313 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);
1518 #endif /* __XFS_ATTR_REMOTE_H__ */