xref: /kernel/linux/linux-6.6/fs/xfs/xfs_aops.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/fs/xfs/
162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2005-2006 Silicon Graphics, Inc.
462306a36Sopenharmony_ci * All Rights Reserved.
562306a36Sopenharmony_ci */
662306a36Sopenharmony_ci#ifndef __XFS_AOPS_H__
762306a36Sopenharmony_ci#define __XFS_AOPS_H__
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciextern const struct address_space_operations xfs_address_space_operations;
1062306a36Sopenharmony_ciextern const struct address_space_operations xfs_dax_aops;
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciint	xfs_setfilesize(struct xfs_inode *ip, xfs_off_t offset, size_t size);
1362306a36Sopenharmony_ci
1462306a36Sopenharmony_ci#endif /* __XFS_AOPS_H__ */
15

Indexes created Thu Nov 07 10:32:03 CST 2024