mirror of
https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
synced 2025-09-22 08:25:31 +10:00
Uros Bizjak uses x86 named address space qualifiers to provide compile-time checking of percpu area accesses. This has caused a small amount of fallout - two or three issues were reported. In all cases the calling code was founf to be incorrect. - The 4 patch series "Some cleanup for memcg" from Chen Ridong implements some relatively monir cleanups for the memcontrol code. - The 17 patch series "mm: fixes for device-exclusive entries (hmm)" from David Hildenbrand fixes a boatload of issues which David found then using device-exclusive PTE entries when THP is enabled. More work is needed, but this makes thins better - our own HMM selftests now succeed. - The 2 patch series "mm: zswap: remove z3fold and zbud" from Yosry Ahmed remove the z3fold and zbud implementations. They have been deprecated for half a year and nobody has complained. - The 5 patch series "mm: further simplify VMA merge operation" from Lorenzo Stoakes implements numerous simplifications in this area. No runtime effects are anticipated. - The 4 patch series "mm/madvise: remove redundant mmap_lock operations from process_madvise()" from SeongJae Park rationalizes the locking in the madvise() implementation. Performance gains of 20-25% were observed in one MADV_DONTNEED microbenchmark. - The 12 patch series "Tiny cleanup and improvements about SWAP code" from Baoquan He contains a number of touchups to issues which Baoquan noticed when working on the swap code. - The 2 patch series "mm: kmemleak: Usability improvements" from Catalin Marinas implements a couple of improvements to the kmemleak user-visible output. - The 2 patch series "mm/damon/paddr: fix large folios access and schemes handling" from Usama Arif provides a couple of fixes for DAMON's handling of large folios. - The 3 patch series "mm/damon/core: fix wrong and/or useless damos_walk() behaviors" from SeongJae Park fixes a few issues with the accuracy of kdamond's walking of DAMON regions. - The 3 patch series "expose mapping wrprotect, fix fb_defio use" from Lorenzo Stoakes changes the interaction between framebuffer deferred-io and core MM. No functional changes are anticipated - this is preparatory work for the future removal of page structure fields. - The 4 patch series "mm/damon: add support for hugepage_size DAMOS filter" from Usama Arif adds a DAMOS filter which permits the filtering by huge page sizes. - The 4 patch series "mm: permit guard regions for file-backed/shmem mappings" from Lorenzo Stoakes extends the guard region feature from its present "anon mappings only" state. The feature now covers shmem and file-backed mappings. - The 4 patch series "mm: batched unmap lazyfree large folios during reclamation" from Barry Song cleans up and speeds up the unmapping for pte-mapped large folios. - The 18 patch series "reimplement per-vma lock as a refcount" from Suren Baghdasaryan puts the vm_lock back into the vma. Our reasons for pulling it out were largely bogus and that change made the code more messy. This patchset provides small (0-10%) improvements on one microbenchmark. - The 5 patch series "Docs/mm/damon: misc DAMOS filters documentation fixes and improves" from SeongJae Park does some maintenance work on the DAMON docs. - The 27 patch series "hugetlb/CMA improvements for large systems" from Frank van der Linden addresses a pile of issues which have been observed when using CMA on large machines. - The 2 patch series "mm/damon: introduce DAMOS filter type for unmapped pages" from SeongJae Park enables users of DMAON/DAMOS to filter my the page's mapped/unmapped status. - The 19 patch series "zsmalloc/zram: there be preemption" from Sergey Senozhatsky teaches zram to run its compression and decompression operations preemptibly. - The 12 patch series "selftests/mm: Some cleanups from trying to run them" from Brendan Jackman fixes a pile of unrelated issues which Brendan encountered while runnimg our selftests. - The 2 patch series "fs/proc/task_mmu: add guard region bit to pagemap" from Lorenzo Stoakes permits userspace to use /proc/pid/pagemap to determine whether a particular page is a guard page. - The 7 patch series "mm, swap: remove swap slot cache" from Kairui Song removes the swap slot cache from the allocation path - it simply wasn't being effective. - The 5 patch series "mm: cleanups for device-exclusive entries (hmm)" from David Hildenbrand implements a number of unrelated cleanups in this code. - The 5 patch series "mm: Rework generic PTDUMP configs" from Anshuman Khandual implements a number of preparatoty cleanups to the GENERIC_PTDUMP Kconfig logic. - The 8 patch series "mm/damon: auto-tune aggregation interval" from SeongJae Park implements a feedback-driven automatic tuning feature for DAMON's aggregation interval tuning. - The 5 patch series "Fix lazy mmu mode" from Ryan Roberts fixes some issues in powerpc, sparc and x86 lazy MMU implementations. Ryan did this in preparation for implementing lazy mmu mode for arm64 to optimize vmalloc. - The 2 patch series "mm/page_alloc: Some clarifications for migratetype fallback" from Brendan Jackman reworks some commentary to make the code easier to follow. - The 3 patch series "page_counter cleanup and size reduction" from Shakeel Butt cleans up the page_counter code and fixes a size increase which we accidentally added late last year. - The 3 patch series "Add a command line option that enables control of how many threads should be used to allocate huge pages" from Thomas Prescher does that. It allows the careful operator to significantly reduce boot time by tuning the parallalization of huge page initialization. - The 3 patch series "Fix calculations in trace_balance_dirty_pages() for cgwb" from Tang Yizhou fixes the tracing output from the dirty page balancing code. - The 9 patch series "mm/damon: make allow filters after reject filters useful and intuitive" from SeongJae Park improves the handling of allow and reject filters. Behaviour is made more consistent and the documention is updated accordingly. - The 5 patch series "Switch zswap to object read/write APIs" from Yosry Ahmed updates zswap to the new object read/write APIs and thus permits the removal of some legacy code from zpool and zsmalloc. - The 6 patch series "Some trivial cleanups for shmem" from Baolin Wang does as it claims. - The 20 patch series "fs/dax: Fix ZONE_DEVICE page reference counts" from Alistair Popple regularizes the weird ZONE_DEVICE page refcount handling in DAX, permittig the removal of a number of special-case checks. - The 4 patch series "refactor mremap and fix bug" from Lorenzo Stoakes is a preparatoty refactoring and cleanup of the mremap() code. - The 20 patch series "mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT" from David Hildenbrand reworks the manner in which we determine whether a large folio is known to be mapped exclusively into a single MM. - The 8 patch series "mm/damon: add sysfs dirs for managing DAMOS filters based on handling layers" from SeongJae Park adds a couple of new sysfs directories to ease the management of DAMON/DAMOS filters. - The 13 patch series "arch, mm: reduce code duplication in mem_init()" from Mike Rapoport consolidates many per-arch implementations of mem_init() into code generic code, where that is practical. - The 13 patch series "mm/damon/sysfs: commit parameters online via damon_call()" from SeongJae Park continues the cleaning up of sysfs access to DAMON internal data. - The 3 patch series "mm: page_ext: Introduce new iteration API" from Luiz Capitulino reworks the page_ext initialization to fix a boot-time crash which was observed with an unusual combination of compile and cmdline options. - The 8 patch series "Buddy allocator like (or non-uniform) folio split" from Zi Yan reworks the code to split a folio into smaller folios. The main benefit is lessened memory consumption: fewer post-split folios are generated. - The 2 patch series "Minimize xa_node allocation during xarry split" from Zi Yan reduces the number of xarray xa_nodes which are generated during an xarray split. - The 2 patch series "drivers/base/memory: Two cleanups" from Gavin Shan performs some maintenance work on the drivers/base/memory code. - The 3 patch series "Add tracepoints for lowmem reserves, watermarks and totalreserve_pages" from Martin Liu adds some more tracepoints to the page allocator code. - The 4 patch series "mm/madvise: cleanup requests validations and classifications" from SeongJae Park cleans up some warts which SeongJae observed during his earlier madvise work. - The 3 patch series "mm/hwpoison: Fix regressions in memory failure handling" from Shuai Xue addresses two quite serious regressions which Shuai has observed in the memory-failure implementation. - The 5 patch series "mm: reliable huge page allocator" from Johannes Weiner makes huge page allocations cheaper and more reliable by reducing fragmentation. - The 5 patch series "Minor memcg cleanups & prep for memdescs" from Matthew Wilcox is preparatory work for the future implementation of memdescs. - The 4 patch series "track memory used by balloon drivers" from Nico Pache introduces a way to track memory used by our various balloon drivers. - The 2 patch series "mm/damon: introduce DAMOS filter type for active pages" from Nhat Pham permits users to filter for active/inactive pages, separately for file and anon pages. - The 2 patch series "Adding Proactive Memory Reclaim Statistics" from Hao Jia separates the proactive reclaim statistics from the direct reclaim statistics. - The 2 patch series "mm/vmscan: don't try to reclaim hwpoison folio" from Jinjiang Tu fixes our handling of hwpoisoned pages within the reclaim code. -----BEGIN PGP SIGNATURE----- iHQEABYKAB0WIQTTMBEPP41GrTpTJgfdBJ7gKXxAjgUCZ+nZaAAKCRDdBJ7gKXxA jsOWAPiP4r7CJHMZRK4eyJOkvS1a1r+TsIarrFZtjwvf/GIfAQCEG+JDxVfUaUSF Ee93qSSLR1BkNdDw+931Pu0mXfbnBw== =Pn2K -----END PGP SIGNATURE----- Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Pull MM updates from Andrew Morton: - The series "Enable strict percpu address space checks" from Uros Bizjak uses x86 named address space qualifiers to provide compile-time checking of percpu area accesses. This has caused a small amount of fallout - two or three issues were reported. In all cases the calling code was found to be incorrect. - The series "Some cleanup for memcg" from Chen Ridong implements some relatively monir cleanups for the memcontrol code. - The series "mm: fixes for device-exclusive entries (hmm)" from David Hildenbrand fixes a boatload of issues which David found then using device-exclusive PTE entries when THP is enabled. More work is needed, but this makes thins better - our own HMM selftests now succeed. - The series "mm: zswap: remove z3fold and zbud" from Yosry Ahmed remove the z3fold and zbud implementations. They have been deprecated for half a year and nobody has complained. - The series "mm: further simplify VMA merge operation" from Lorenzo Stoakes implements numerous simplifications in this area. No runtime effects are anticipated. - The series "mm/madvise: remove redundant mmap_lock operations from process_madvise()" from SeongJae Park rationalizes the locking in the madvise() implementation. Performance gains of 20-25% were observed in one MADV_DONTNEED microbenchmark. - The series "Tiny cleanup and improvements about SWAP code" from Baoquan He contains a number of touchups to issues which Baoquan noticed when working on the swap code. - The series "mm: kmemleak: Usability improvements" from Catalin Marinas implements a couple of improvements to the kmemleak user-visible output. - The series "mm/damon/paddr: fix large folios access and schemes handling" from Usama Arif provides a couple of fixes for DAMON's handling of large folios. - The series "mm/damon/core: fix wrong and/or useless damos_walk() behaviors" from SeongJae Park fixes a few issues with the accuracy of kdamond's walking of DAMON regions. - The series "expose mapping wrprotect, fix fb_defio use" from Lorenzo Stoakes changes the interaction between framebuffer deferred-io and core MM. No functional changes are anticipated - this is preparatory work for the future removal of page structure fields. - The series "mm/damon: add support for hugepage_size DAMOS filter" from Usama Arif adds a DAMOS filter which permits the filtering by huge page sizes. - The series "mm: permit guard regions for file-backed/shmem mappings" from Lorenzo Stoakes extends the guard region feature from its present "anon mappings only" state. The feature now covers shmem and file-backed mappings. - The series "mm: batched unmap lazyfree large folios during reclamation" from Barry Song cleans up and speeds up the unmapping for pte-mapped large folios. - The series "reimplement per-vma lock as a refcount" from Suren Baghdasaryan puts the vm_lock back into the vma. Our reasons for pulling it out were largely bogus and that change made the code more messy. This patchset provides small (0-10%) improvements on one microbenchmark. - The series "Docs/mm/damon: misc DAMOS filters documentation fixes and improves" from SeongJae Park does some maintenance work on the DAMON docs. - The series "hugetlb/CMA improvements for large systems" from Frank van der Linden addresses a pile of issues which have been observed when using CMA on large machines. - The series "mm/damon: introduce DAMOS filter type for unmapped pages" from SeongJae Park enables users of DMAON/DAMOS to filter my the page's mapped/unmapped status. - The series "zsmalloc/zram: there be preemption" from Sergey Senozhatsky teaches zram to run its compression and decompression operations preemptibly. - The series "selftests/mm: Some cleanups from trying to run them" from Brendan Jackman fixes a pile of unrelated issues which Brendan encountered while runnimg our selftests. - The series "fs/proc/task_mmu: add guard region bit to pagemap" from Lorenzo Stoakes permits userspace to use /proc/pid/pagemap to determine whether a particular page is a guard page. - The series "mm, swap: remove swap slot cache" from Kairui Song removes the swap slot cache from the allocation path - it simply wasn't being effective. - The series "mm: cleanups for device-exclusive entries (hmm)" from David Hildenbrand implements a number of unrelated cleanups in this code. - The series "mm: Rework generic PTDUMP configs" from Anshuman Khandual implements a number of preparatoty cleanups to the GENERIC_PTDUMP Kconfig logic. - The series "mm/damon: auto-tune aggregation interval" from SeongJae Park implements a feedback-driven automatic tuning feature for DAMON's aggregation interval tuning. - The series "Fix lazy mmu mode" from Ryan Roberts fixes some issues in powerpc, sparc and x86 lazy MMU implementations. Ryan did this in preparation for implementing lazy mmu mode for arm64 to optimize vmalloc. - The series "mm/page_alloc: Some clarifications for migratetype fallback" from Brendan Jackman reworks some commentary to make the code easier to follow. - The series "page_counter cleanup and size reduction" from Shakeel Butt cleans up the page_counter code and fixes a size increase which we accidentally added late last year. - The series "Add a command line option that enables control of how many threads should be used to allocate huge pages" from Thomas Prescher does that. It allows the careful operator to significantly reduce boot time by tuning the parallalization of huge page initialization. - The series "Fix calculations in trace_balance_dirty_pages() for cgwb" from Tang Yizhou fixes the tracing output from the dirty page balancing code. - The series "mm/damon: make allow filters after reject filters useful and intuitive" from SeongJae Park improves the handling of allow and reject filters. Behaviour is made more consistent and the documention is updated accordingly. - The series "Switch zswap to object read/write APIs" from Yosry Ahmed updates zswap to the new object read/write APIs and thus permits the removal of some legacy code from zpool and zsmalloc. - The series "Some trivial cleanups for shmem" from Baolin Wang does as it claims. - The series "fs/dax: Fix ZONE_DEVICE page reference counts" from Alistair Popple regularizes the weird ZONE_DEVICE page refcount handling in DAX, permittig the removal of a number of special-case checks. - The series "refactor mremap and fix bug" from Lorenzo Stoakes is a preparatoty refactoring and cleanup of the mremap() code. - The series "mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT" from David Hildenbrand reworks the manner in which we determine whether a large folio is known to be mapped exclusively into a single MM. - The series "mm/damon: add sysfs dirs for managing DAMOS filters based on handling layers" from SeongJae Park adds a couple of new sysfs directories to ease the management of DAMON/DAMOS filters. - The series "arch, mm: reduce code duplication in mem_init()" from Mike Rapoport consolidates many per-arch implementations of mem_init() into code generic code, where that is practical. - The series "mm/damon/sysfs: commit parameters online via damon_call()" from SeongJae Park continues the cleaning up of sysfs access to DAMON internal data. - The series "mm: page_ext: Introduce new iteration API" from Luiz Capitulino reworks the page_ext initialization to fix a boot-time crash which was observed with an unusual combination of compile and cmdline options. - The series "Buddy allocator like (or non-uniform) folio split" from Zi Yan reworks the code to split a folio into smaller folios. The main benefit is lessened memory consumption: fewer post-split folios are generated. - The series "Minimize xa_node allocation during xarry split" from Zi Yan reduces the number of xarray xa_nodes which are generated during an xarray split. - The series "drivers/base/memory: Two cleanups" from Gavin Shan performs some maintenance work on the drivers/base/memory code. - The series "Add tracepoints for lowmem reserves, watermarks and totalreserve_pages" from Martin Liu adds some more tracepoints to the page allocator code. - The series "mm/madvise: cleanup requests validations and classifications" from SeongJae Park cleans up some warts which SeongJae observed during his earlier madvise work. - The series "mm/hwpoison: Fix regressions in memory failure handling" from Shuai Xue addresses two quite serious regressions which Shuai has observed in the memory-failure implementation. - The series "mm: reliable huge page allocator" from Johannes Weiner makes huge page allocations cheaper and more reliable by reducing fragmentation. - The series "Minor memcg cleanups & prep for memdescs" from Matthew Wilcox is preparatory work for the future implementation of memdescs. - The series "track memory used by balloon drivers" from Nico Pache introduces a way to track memory used by our various balloon drivers. - The series "mm/damon: introduce DAMOS filter type for active pages" from Nhat Pham permits users to filter for active/inactive pages, separately for file and anon pages. - The series "Adding Proactive Memory Reclaim Statistics" from Hao Jia separates the proactive reclaim statistics from the direct reclaim statistics. - The series "mm/vmscan: don't try to reclaim hwpoison folio" from Jinjiang Tu fixes our handling of hwpoisoned pages within the reclaim code. * tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: (431 commits) mm/page_alloc: remove unnecessary __maybe_unused in order_to_pindex() x86/mm: restore early initialization of high_memory for 32-bits mm/vmscan: don't try to reclaim hwpoison folio mm/hwpoison: introduce folio_contain_hwpoisoned_page() helper cgroup: docs: add pswpin and pswpout items in cgroup v2 doc mm: vmscan: split proactive reclaim statistics from direct reclaim statistics selftests/mm: speed up split_huge_page_test selftests/mm: uffd-unit-tests support for hugepages > 2M docs/mm/damon/design: document active DAMOS filter type mm/damon: implement a new DAMOS filter type for active pages fs/dax: don't disassociate zero page entries MM documentation: add "Unaccepted" meminfo entry selftests/mm: add commentary about 9pfs bugs fork: use __vmalloc_node() for stack allocation docs/mm: Physical Memory: Populate the "Zones" section xen: balloon: update the NR_BALLOON_PAGES state hv_balloon: update the NR_BALLOON_PAGES state balloon_compaction: update the NR_BALLOON_PAGES state meminfo: add a per node counter for balloon drivers mm: remove references to folio in __memcg_kmem_uncharge_page() ...
679 lines
20 KiB
C
679 lines
20 KiB
C
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
|
|
* All Rights Reserved.
|
|
*/
|
|
#ifndef __XFS_INODE_H__
|
|
#define __XFS_INODE_H__
|
|
|
|
#include "xfs_inode_buf.h"
|
|
#include "xfs_inode_fork.h"
|
|
#include "xfs_inode_util.h"
|
|
|
|
/*
|
|
* Kernel only inode definitions
|
|
*/
|
|
struct xfs_dinode;
|
|
struct xfs_inode;
|
|
struct xfs_buf;
|
|
struct xfs_bmbt_irec;
|
|
struct xfs_inode_log_item;
|
|
struct xfs_mount;
|
|
struct xfs_trans;
|
|
struct xfs_dquot;
|
|
|
|
typedef struct xfs_inode {
|
|
/* Inode linking and identification information. */
|
|
struct xfs_mount *i_mount; /* fs mount struct ptr */
|
|
struct xfs_dquot *i_udquot; /* user dquot */
|
|
struct xfs_dquot *i_gdquot; /* group dquot */
|
|
struct xfs_dquot *i_pdquot; /* project dquot */
|
|
|
|
/* Inode location stuff */
|
|
xfs_ino_t i_ino; /* inode number (agno/agino)*/
|
|
struct xfs_imap i_imap; /* location for xfs_imap() */
|
|
|
|
/* Extent information. */
|
|
struct xfs_ifork *i_cowfp; /* copy on write extents */
|
|
struct xfs_ifork i_df; /* data fork */
|
|
struct xfs_ifork i_af; /* attribute fork */
|
|
|
|
/* Transaction and locking information. */
|
|
struct xfs_inode_log_item *i_itemp; /* logging information */
|
|
struct rw_semaphore i_lock; /* inode lock */
|
|
atomic_t i_pincount; /* inode pin count */
|
|
struct llist_node i_gclist; /* deferred inactivation list */
|
|
|
|
/*
|
|
* Bitsets of inode metadata that have been checked and/or are sick.
|
|
* Callers must hold i_flags_lock before accessing this field.
|
|
*/
|
|
uint16_t i_checked;
|
|
uint16_t i_sick;
|
|
|
|
spinlock_t i_flags_lock; /* inode i_flags lock */
|
|
/* Miscellaneous state. */
|
|
unsigned long i_flags; /* see defined flags below */
|
|
uint64_t i_delayed_blks; /* count of delay alloc blks */
|
|
xfs_fsize_t i_disk_size; /* number of bytes in file */
|
|
xfs_rfsblock_t i_nblocks; /* # of direct & btree blocks */
|
|
prid_t i_projid; /* owner's project id */
|
|
xfs_extlen_t i_extsize; /* basic/minimum extent size */
|
|
/*
|
|
* i_used_blocks is used for zoned rtrmap inodes,
|
|
* i_cowextsize is used for other v3 inodes,
|
|
* i_flushiter for v1/2 inodes
|
|
*/
|
|
union {
|
|
uint32_t i_used_blocks; /* used blocks in RTG */
|
|
xfs_extlen_t i_cowextsize; /* basic cow extent size */
|
|
uint16_t i_flushiter; /* incremented on flush */
|
|
};
|
|
uint8_t i_forkoff; /* attr fork offset >> 3 */
|
|
enum xfs_metafile_type i_metatype; /* XFS_METAFILE_* */
|
|
uint16_t i_diflags; /* XFS_DIFLAG_... */
|
|
uint64_t i_diflags2; /* XFS_DIFLAG2_... */
|
|
struct timespec64 i_crtime; /* time created */
|
|
|
|
/*
|
|
* Unlinked list pointers. These point to the next and previous inodes
|
|
* in the AGI unlinked bucket list, respectively. These fields can
|
|
* only be updated with the AGI locked.
|
|
*
|
|
* i_next_unlinked caches di_next_unlinked.
|
|
*/
|
|
xfs_agino_t i_next_unlinked;
|
|
|
|
/*
|
|
* If the inode is not on an unlinked list, this field is zero. If the
|
|
* inode is the first element in an unlinked list, this field is
|
|
* NULLAGINO. Otherwise, i_prev_unlinked points to the previous inode
|
|
* in the unlinked list.
|
|
*/
|
|
xfs_agino_t i_prev_unlinked;
|
|
|
|
/* VFS inode */
|
|
struct inode i_vnode; /* embedded VFS inode */
|
|
|
|
/* pending io completions */
|
|
spinlock_t i_ioend_lock;
|
|
struct work_struct i_ioend_work;
|
|
struct list_head i_ioend_list;
|
|
} xfs_inode_t;
|
|
|
|
static inline bool xfs_inode_on_unlinked_list(const struct xfs_inode *ip)
|
|
{
|
|
return ip->i_prev_unlinked != 0;
|
|
}
|
|
|
|
static inline bool xfs_inode_has_attr_fork(const struct xfs_inode *ip)
|
|
{
|
|
return ip->i_forkoff > 0;
|
|
}
|
|
|
|
static inline struct xfs_ifork *
|
|
xfs_ifork_ptr(
|
|
struct xfs_inode *ip,
|
|
int whichfork)
|
|
{
|
|
switch (whichfork) {
|
|
case XFS_DATA_FORK:
|
|
return &ip->i_df;
|
|
case XFS_ATTR_FORK:
|
|
if (!xfs_inode_has_attr_fork(ip))
|
|
return NULL;
|
|
return &ip->i_af;
|
|
case XFS_COW_FORK:
|
|
return ip->i_cowfp;
|
|
default:
|
|
ASSERT(0);
|
|
return NULL;
|
|
}
|
|
}
|
|
|
|
static inline unsigned int xfs_inode_fork_boff(struct xfs_inode *ip)
|
|
{
|
|
return ip->i_forkoff << 3;
|
|
}
|
|
|
|
static inline unsigned int xfs_inode_data_fork_size(struct xfs_inode *ip)
|
|
{
|
|
if (xfs_inode_has_attr_fork(ip))
|
|
return xfs_inode_fork_boff(ip);
|
|
|
|
return XFS_LITINO(ip->i_mount);
|
|
}
|
|
|
|
static inline unsigned int xfs_inode_attr_fork_size(struct xfs_inode *ip)
|
|
{
|
|
if (xfs_inode_has_attr_fork(ip))
|
|
return XFS_LITINO(ip->i_mount) - xfs_inode_fork_boff(ip);
|
|
return 0;
|
|
}
|
|
|
|
static inline unsigned int
|
|
xfs_inode_fork_size(
|
|
struct xfs_inode *ip,
|
|
int whichfork)
|
|
{
|
|
switch (whichfork) {
|
|
case XFS_DATA_FORK:
|
|
return xfs_inode_data_fork_size(ip);
|
|
case XFS_ATTR_FORK:
|
|
return xfs_inode_attr_fork_size(ip);
|
|
default:
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
/* Convert from vfs inode to xfs inode */
|
|
static inline struct xfs_inode *XFS_I(struct inode *inode)
|
|
{
|
|
return container_of(inode, struct xfs_inode, i_vnode);
|
|
}
|
|
|
|
/* convert from xfs inode to vfs inode */
|
|
static inline struct inode *VFS_I(struct xfs_inode *ip)
|
|
{
|
|
return &ip->i_vnode;
|
|
}
|
|
|
|
/* convert from const xfs inode to const vfs inode */
|
|
static inline const struct inode *VFS_IC(const struct xfs_inode *ip)
|
|
{
|
|
return &ip->i_vnode;
|
|
}
|
|
|
|
/*
|
|
* For regular files we only update the on-disk filesize when actually
|
|
* writing data back to disk. Until then only the copy in the VFS inode
|
|
* is uptodate.
|
|
*/
|
|
static inline xfs_fsize_t XFS_ISIZE(struct xfs_inode *ip)
|
|
{
|
|
if (S_ISREG(VFS_I(ip)->i_mode))
|
|
return i_size_read(VFS_I(ip));
|
|
return ip->i_disk_size;
|
|
}
|
|
|
|
/*
|
|
* If this I/O goes past the on-disk inode size update it unless it would
|
|
* be past the current in-core inode size.
|
|
*/
|
|
static inline xfs_fsize_t
|
|
xfs_new_eof(struct xfs_inode *ip, xfs_fsize_t new_size)
|
|
{
|
|
xfs_fsize_t i_size = i_size_read(VFS_I(ip));
|
|
|
|
if (new_size > i_size || new_size < 0)
|
|
new_size = i_size;
|
|
return new_size > ip->i_disk_size ? new_size : 0;
|
|
}
|
|
|
|
/*
|
|
* i_flags helper functions
|
|
*/
|
|
static inline void
|
|
__xfs_iflags_set(xfs_inode_t *ip, unsigned long flags)
|
|
{
|
|
ip->i_flags |= flags;
|
|
}
|
|
|
|
static inline void
|
|
xfs_iflags_set(xfs_inode_t *ip, unsigned long flags)
|
|
{
|
|
spin_lock(&ip->i_flags_lock);
|
|
__xfs_iflags_set(ip, flags);
|
|
spin_unlock(&ip->i_flags_lock);
|
|
}
|
|
|
|
static inline void
|
|
xfs_iflags_clear(xfs_inode_t *ip, unsigned long flags)
|
|
{
|
|
spin_lock(&ip->i_flags_lock);
|
|
ip->i_flags &= ~flags;
|
|
spin_unlock(&ip->i_flags_lock);
|
|
}
|
|
|
|
static inline int
|
|
__xfs_iflags_test(const struct xfs_inode *ip, unsigned long flags)
|
|
{
|
|
return (ip->i_flags & flags);
|
|
}
|
|
|
|
static inline int
|
|
xfs_iflags_test(xfs_inode_t *ip, unsigned long flags)
|
|
{
|
|
int ret;
|
|
spin_lock(&ip->i_flags_lock);
|
|
ret = __xfs_iflags_test(ip, flags);
|
|
spin_unlock(&ip->i_flags_lock);
|
|
return ret;
|
|
}
|
|
|
|
static inline int
|
|
xfs_iflags_test_and_clear(xfs_inode_t *ip, unsigned long flags)
|
|
{
|
|
int ret;
|
|
|
|
spin_lock(&ip->i_flags_lock);
|
|
ret = ip->i_flags & flags;
|
|
if (ret)
|
|
ip->i_flags &= ~flags;
|
|
spin_unlock(&ip->i_flags_lock);
|
|
return ret;
|
|
}
|
|
|
|
static inline int
|
|
xfs_iflags_test_and_set(xfs_inode_t *ip, unsigned long flags)
|
|
{
|
|
int ret;
|
|
|
|
spin_lock(&ip->i_flags_lock);
|
|
ret = ip->i_flags & flags;
|
|
if (!ret)
|
|
ip->i_flags |= flags;
|
|
spin_unlock(&ip->i_flags_lock);
|
|
return ret;
|
|
}
|
|
|
|
static inline bool xfs_is_reflink_inode(const struct xfs_inode *ip)
|
|
{
|
|
return ip->i_diflags2 & XFS_DIFLAG2_REFLINK;
|
|
}
|
|
|
|
static inline bool xfs_is_metadir_inode(const struct xfs_inode *ip)
|
|
{
|
|
return ip->i_diflags2 & XFS_DIFLAG2_METADATA;
|
|
}
|
|
|
|
static inline bool xfs_is_internal_inode(const struct xfs_inode *ip)
|
|
{
|
|
struct xfs_mount *mp = ip->i_mount;
|
|
|
|
/* Any file in the metadata directory tree is a metadata inode. */
|
|
if (xfs_has_metadir(mp))
|
|
return xfs_is_metadir_inode(ip);
|
|
|
|
/*
|
|
* Before metadata directories, the only metadata inodes were the
|
|
* three quota files, the realtime bitmap, and the realtime summary.
|
|
*/
|
|
return ip->i_ino == mp->m_sb.sb_rbmino ||
|
|
ip->i_ino == mp->m_sb.sb_rsumino ||
|
|
xfs_is_quota_inode(&mp->m_sb, ip->i_ino);
|
|
}
|
|
|
|
static inline bool xfs_is_zoned_inode(const struct xfs_inode *ip)
|
|
{
|
|
return xfs_has_zoned(ip->i_mount) && XFS_IS_REALTIME_INODE(ip);
|
|
}
|
|
|
|
bool xfs_is_always_cow_inode(const struct xfs_inode *ip);
|
|
|
|
static inline bool xfs_is_cow_inode(const struct xfs_inode *ip)
|
|
{
|
|
return xfs_is_reflink_inode(ip) || xfs_is_always_cow_inode(ip);
|
|
}
|
|
|
|
static inline bool xfs_inode_has_filedata(const struct xfs_inode *ip)
|
|
{
|
|
return ip->i_df.if_nextents > 0 || ip->i_delayed_blks > 0;
|
|
}
|
|
|
|
/*
|
|
* Check if an inode has any data in the COW fork. This might be often false
|
|
* even for inodes with the reflink flag when there is no pending COW operation.
|
|
*/
|
|
static inline bool xfs_inode_has_cow_data(const struct xfs_inode *ip)
|
|
{
|
|
return ip->i_cowfp && ip->i_cowfp->if_bytes;
|
|
}
|
|
|
|
static inline bool xfs_inode_has_bigtime(const struct xfs_inode *ip)
|
|
{
|
|
return ip->i_diflags2 & XFS_DIFLAG2_BIGTIME;
|
|
}
|
|
|
|
static inline bool xfs_inode_has_large_extent_counts(const struct xfs_inode *ip)
|
|
{
|
|
return ip->i_diflags2 & XFS_DIFLAG2_NREXT64;
|
|
}
|
|
|
|
/*
|
|
* Decide if this file is a realtime file whose data allocation unit is larger
|
|
* than a single filesystem block.
|
|
*/
|
|
static inline bool xfs_inode_has_bigrtalloc(const struct xfs_inode *ip)
|
|
{
|
|
return XFS_IS_REALTIME_INODE(ip) && ip->i_mount->m_sb.sb_rextsize > 1;
|
|
}
|
|
|
|
/*
|
|
* Return the buftarg used for data allocations on a given inode.
|
|
*/
|
|
#define xfs_inode_buftarg(ip) \
|
|
(XFS_IS_REALTIME_INODE(ip) ? \
|
|
(ip)->i_mount->m_rtdev_targp : (ip)->i_mount->m_ddev_targp)
|
|
|
|
static inline bool
|
|
xfs_inode_can_atomicwrite(
|
|
struct xfs_inode *ip)
|
|
{
|
|
struct xfs_mount *mp = ip->i_mount;
|
|
struct xfs_buftarg *target = xfs_inode_buftarg(ip);
|
|
|
|
if (mp->m_sb.sb_blocksize < target->bt_bdev_awu_min)
|
|
return false;
|
|
if (mp->m_sb.sb_blocksize > target->bt_bdev_awu_max)
|
|
return false;
|
|
|
|
return true;
|
|
}
|
|
|
|
/*
|
|
* In-core inode flags.
|
|
*/
|
|
#define XFS_IRECLAIM (1 << 0) /* started reclaiming this inode */
|
|
#define XFS_ISTALE (1 << 1) /* inode has been staled */
|
|
#define XFS_IRECLAIMABLE (1 << 2) /* inode can be reclaimed */
|
|
#define XFS_INEW (1 << 3) /* inode has just been allocated */
|
|
#define XFS_IPRESERVE_DM_FIELDS (1 << 4) /* has legacy DMAPI fields set */
|
|
#define XFS_ITRUNCATED (1 << 5) /* truncated down so flush-on-close */
|
|
#define XFS_EOFBLOCKS_RELEASED (1 << 6) /* eofblocks were freed in ->release */
|
|
#define XFS_IFLUSHING (1 << 7) /* inode is being flushed */
|
|
#define __XFS_IPINNED_BIT 8 /* wakeup key for zero pin count */
|
|
#define XFS_IPINNED (1 << __XFS_IPINNED_BIT)
|
|
#define XFS_IEOFBLOCKS (1 << 9) /* has the preallocblocks tag set */
|
|
#define XFS_NEED_INACTIVE (1 << 10) /* see XFS_INACTIVATING below */
|
|
/*
|
|
* If this unlinked inode is in the middle of recovery, don't let drop_inode
|
|
* truncate and free the inode. This can happen if we iget the inode during
|
|
* log recovery to replay a bmap operation on the inode.
|
|
*/
|
|
#define XFS_IRECOVERY (1 << 11)
|
|
#define XFS_ICOWBLOCKS (1 << 12)/* has the cowblocks tag set */
|
|
|
|
/*
|
|
* If we need to update on-disk metadata before this IRECLAIMABLE inode can be
|
|
* freed, then NEED_INACTIVE will be set. Once we start the updates, the
|
|
* INACTIVATING bit will be set to keep iget away from this inode. After the
|
|
* inactivation completes, both flags will be cleared and the inode is a
|
|
* plain old IRECLAIMABLE inode.
|
|
*/
|
|
#define XFS_INACTIVATING (1 << 13)
|
|
|
|
/* Quotacheck is running but inode has not been added to quota counts. */
|
|
#define XFS_IQUOTAUNCHECKED (1 << 14)
|
|
|
|
/*
|
|
* Remap in progress. Callers that wish to update file data while
|
|
* holding a shared IOLOCK or MMAPLOCK must drop the lock and retake
|
|
* the lock in exclusive mode. Relocking the file will block until
|
|
* IREMAPPING is cleared.
|
|
*/
|
|
#define XFS_IREMAPPING (1U << 15)
|
|
|
|
/* All inode state flags related to inode reclaim. */
|
|
#define XFS_ALL_IRECLAIM_FLAGS (XFS_IRECLAIMABLE | \
|
|
XFS_IRECLAIM | \
|
|
XFS_NEED_INACTIVE | \
|
|
XFS_INACTIVATING)
|
|
|
|
/*
|
|
* Per-lifetime flags need to be reset when re-using a reclaimable inode during
|
|
* inode lookup. This prevents unintended behaviour on the new inode from
|
|
* ocurring.
|
|
*/
|
|
#define XFS_IRECLAIM_RESET_FLAGS \
|
|
(XFS_IRECLAIMABLE | XFS_IRECLAIM | \
|
|
XFS_EOFBLOCKS_RELEASED | XFS_ITRUNCATED | XFS_NEED_INACTIVE | \
|
|
XFS_INACTIVATING | XFS_IQUOTAUNCHECKED)
|
|
|
|
/*
|
|
* Flags for inode locking.
|
|
* Bit ranges: 1<<1 - 1<<16-1 -- iolock/ilock modes (bitfield)
|
|
* 1<<16 - 1<<32-1 -- lockdep annotation (integers)
|
|
*/
|
|
#define XFS_IOLOCK_EXCL (1u << 0)
|
|
#define XFS_IOLOCK_SHARED (1u << 1)
|
|
#define XFS_ILOCK_EXCL (1u << 2)
|
|
#define XFS_ILOCK_SHARED (1u << 3)
|
|
#define XFS_MMAPLOCK_EXCL (1u << 4)
|
|
#define XFS_MMAPLOCK_SHARED (1u << 5)
|
|
|
|
#define XFS_LOCK_MASK (XFS_IOLOCK_EXCL | XFS_IOLOCK_SHARED \
|
|
| XFS_ILOCK_EXCL | XFS_ILOCK_SHARED \
|
|
| XFS_MMAPLOCK_EXCL | XFS_MMAPLOCK_SHARED)
|
|
|
|
#define XFS_LOCK_FLAGS \
|
|
{ XFS_IOLOCK_EXCL, "IOLOCK_EXCL" }, \
|
|
{ XFS_IOLOCK_SHARED, "IOLOCK_SHARED" }, \
|
|
{ XFS_ILOCK_EXCL, "ILOCK_EXCL" }, \
|
|
{ XFS_ILOCK_SHARED, "ILOCK_SHARED" }, \
|
|
{ XFS_MMAPLOCK_EXCL, "MMAPLOCK_EXCL" }, \
|
|
{ XFS_MMAPLOCK_SHARED, "MMAPLOCK_SHARED" }
|
|
|
|
|
|
/*
|
|
* Flags for lockdep annotations.
|
|
*
|
|
* XFS_LOCK_PARENT - for directory operations that require locking a
|
|
* parent directory inode and a child entry inode. IOLOCK requires nesting,
|
|
* MMAPLOCK does not support this class, ILOCK requires a single subclass
|
|
* to differentiate parent from child.
|
|
*
|
|
* XFS_LOCK_RTBITMAP/XFS_LOCK_RTSUM - the realtime device bitmap and summary
|
|
* inodes do not participate in the normal lock order, and thus have their
|
|
* own subclasses.
|
|
*
|
|
* XFS_LOCK_INUMORDER - for locking several inodes at the some time
|
|
* with xfs_lock_inodes(). This flag is used as the starting subclass
|
|
* and each subsequent lock acquired will increment the subclass by one.
|
|
* However, MAX_LOCKDEP_SUBCLASSES == 8, which means we are greatly
|
|
* limited to the subclasses we can represent via nesting. We need at least
|
|
* 5 inodes nest depth for the ILOCK through rename, and we also have to support
|
|
* XFS_ILOCK_PARENT, which gives 6 subclasses. That's 6 of the 8 subclasses
|
|
* supported by lockdep.
|
|
*
|
|
* This also means we have to number the sub-classes in the lowest bits of
|
|
* the mask we keep, and we have to ensure we never exceed 3 bits of lockdep
|
|
* mask and we can't use bit-masking to build the subclasses. What a mess.
|
|
*
|
|
* Bit layout:
|
|
*
|
|
* Bit Lock Region
|
|
* 16-19 XFS_IOLOCK_SHIFT dependencies
|
|
* 20-23 XFS_MMAPLOCK_SHIFT dependencies
|
|
* 24-31 XFS_ILOCK_SHIFT dependencies
|
|
*
|
|
* IOLOCK values
|
|
*
|
|
* 0-3 subclass value
|
|
* 4-7 unused
|
|
*
|
|
* MMAPLOCK values
|
|
*
|
|
* 0-3 subclass value
|
|
* 4-7 unused
|
|
*
|
|
* ILOCK values
|
|
* 0-4 subclass values
|
|
* 5 PARENT subclass (not nestable)
|
|
* 6 unused
|
|
* 7 unused
|
|
*
|
|
*/
|
|
#define XFS_IOLOCK_SHIFT 16
|
|
#define XFS_IOLOCK_MAX_SUBCLASS 3
|
|
#define XFS_IOLOCK_DEP_MASK 0x000f0000u
|
|
|
|
#define XFS_MMAPLOCK_SHIFT 20
|
|
#define XFS_MMAPLOCK_NUMORDER 0
|
|
#define XFS_MMAPLOCK_MAX_SUBCLASS 3
|
|
#define XFS_MMAPLOCK_DEP_MASK 0x00f00000u
|
|
|
|
#define XFS_ILOCK_SHIFT 24
|
|
#define XFS_ILOCK_PARENT_VAL 5u
|
|
#define XFS_ILOCK_MAX_SUBCLASS (XFS_ILOCK_PARENT_VAL - 1)
|
|
#define XFS_ILOCK_DEP_MASK 0xff000000u
|
|
#define XFS_ILOCK_PARENT (XFS_ILOCK_PARENT_VAL << XFS_ILOCK_SHIFT)
|
|
|
|
#define XFS_LOCK_SUBCLASS_MASK (XFS_IOLOCK_DEP_MASK | \
|
|
XFS_MMAPLOCK_DEP_MASK | \
|
|
XFS_ILOCK_DEP_MASK)
|
|
|
|
#define XFS_IOLOCK_DEP(flags) (((flags) & XFS_IOLOCK_DEP_MASK) \
|
|
>> XFS_IOLOCK_SHIFT)
|
|
#define XFS_MMAPLOCK_DEP(flags) (((flags) & XFS_MMAPLOCK_DEP_MASK) \
|
|
>> XFS_MMAPLOCK_SHIFT)
|
|
#define XFS_ILOCK_DEP(flags) (((flags) & XFS_ILOCK_DEP_MASK) \
|
|
>> XFS_ILOCK_SHIFT)
|
|
|
|
/*
|
|
* Layouts are broken in the BREAK_WRITE case to ensure that
|
|
* layout-holders do not collide with local writes. Additionally,
|
|
* layouts are broken in the BREAK_UNMAP case to make sure the
|
|
* layout-holder has a consistent view of the file's extent map. While
|
|
* BREAK_WRITE breaks can be satisfied by recalling FL_LAYOUT leases,
|
|
* BREAK_UNMAP breaks additionally require waiting for busy dax-pages to
|
|
* go idle.
|
|
*/
|
|
enum layout_break_reason {
|
|
BREAK_WRITE,
|
|
BREAK_UNMAP,
|
|
};
|
|
|
|
/*
|
|
* For multiple groups support: if S_ISGID bit is set in the parent
|
|
* directory, group of new file is set to that of the parent, and
|
|
* new subdirectory gets S_ISGID bit from parent.
|
|
*/
|
|
#define XFS_INHERIT_GID(pip) \
|
|
(xfs_has_grpid((pip)->i_mount) || (VFS_I(pip)->i_mode & S_ISGID))
|
|
|
|
int xfs_inactive(struct xfs_inode *ip);
|
|
int xfs_lookup(struct xfs_inode *dp, const struct xfs_name *name,
|
|
struct xfs_inode **ipp, struct xfs_name *ci_name);
|
|
int xfs_create(const struct xfs_icreate_args *iargs,
|
|
struct xfs_name *name, struct xfs_inode **ipp);
|
|
int xfs_create_tmpfile(const struct xfs_icreate_args *iargs,
|
|
struct xfs_inode **ipp);
|
|
int xfs_remove(struct xfs_inode *dp, struct xfs_name *name,
|
|
struct xfs_inode *ip);
|
|
int xfs_link(struct xfs_inode *tdp, struct xfs_inode *sip,
|
|
struct xfs_name *target_name);
|
|
int xfs_rename(struct mnt_idmap *idmap,
|
|
struct xfs_inode *src_dp, struct xfs_name *src_name,
|
|
struct xfs_inode *src_ip, struct xfs_inode *target_dp,
|
|
struct xfs_name *target_name,
|
|
struct xfs_inode *target_ip, unsigned int flags);
|
|
|
|
void xfs_ilock(xfs_inode_t *, uint);
|
|
int xfs_ilock_nowait(xfs_inode_t *, uint);
|
|
void xfs_iunlock(xfs_inode_t *, uint);
|
|
void xfs_ilock_demote(xfs_inode_t *, uint);
|
|
void xfs_assert_ilocked(struct xfs_inode *, uint);
|
|
uint xfs_ilock_data_map_shared(struct xfs_inode *);
|
|
uint xfs_ilock_attr_map_shared(struct xfs_inode *);
|
|
|
|
int xfs_ifree(struct xfs_trans *, struct xfs_inode *);
|
|
int xfs_itruncate_extents_flags(struct xfs_trans **,
|
|
struct xfs_inode *, int, xfs_fsize_t, int);
|
|
void xfs_iext_realloc(xfs_inode_t *, int, int);
|
|
|
|
int xfs_log_force_inode(struct xfs_inode *ip);
|
|
void xfs_iunpin_wait(xfs_inode_t *);
|
|
#define xfs_ipincount(ip) ((unsigned int) atomic_read(&ip->i_pincount))
|
|
|
|
int xfs_iflush_cluster(struct xfs_buf *);
|
|
void xfs_lock_two_inodes(struct xfs_inode *ip0, uint ip0_mode,
|
|
struct xfs_inode *ip1, uint ip1_mode);
|
|
|
|
int xfs_icreate(struct xfs_trans *tp, xfs_ino_t ino,
|
|
const struct xfs_icreate_args *args, struct xfs_inode **ipp);
|
|
|
|
static inline int
|
|
xfs_itruncate_extents(
|
|
struct xfs_trans **tpp,
|
|
struct xfs_inode *ip,
|
|
int whichfork,
|
|
xfs_fsize_t new_size)
|
|
{
|
|
return xfs_itruncate_extents_flags(tpp, ip, whichfork, new_size, 0);
|
|
}
|
|
|
|
int xfs_break_dax_layouts(struct inode *inode);
|
|
int xfs_break_layouts(struct inode *inode, uint *iolock,
|
|
enum layout_break_reason reason);
|
|
|
|
static inline void xfs_update_stable_writes(struct xfs_inode *ip)
|
|
{
|
|
if (bdev_stable_writes(xfs_inode_buftarg(ip)->bt_bdev))
|
|
mapping_set_stable_writes(VFS_I(ip)->i_mapping);
|
|
else
|
|
mapping_clear_stable_writes(VFS_I(ip)->i_mapping);
|
|
}
|
|
|
|
/*
|
|
* When setting up a newly allocated inode, we need to call
|
|
* xfs_finish_inode_setup() once the inode is fully instantiated at
|
|
* the VFS level to prevent the rest of the world seeing the inode
|
|
* before we've completed instantiation. Otherwise we can do it
|
|
* the moment the inode lookup is complete.
|
|
*/
|
|
static inline void xfs_finish_inode_setup(struct xfs_inode *ip)
|
|
{
|
|
xfs_iflags_clear(ip, XFS_INEW);
|
|
barrier();
|
|
unlock_new_inode(VFS_I(ip));
|
|
}
|
|
|
|
static inline void xfs_setup_existing_inode(struct xfs_inode *ip)
|
|
{
|
|
xfs_setup_inode(ip);
|
|
xfs_setup_iops(ip);
|
|
xfs_finish_inode_setup(ip);
|
|
}
|
|
|
|
void xfs_irele(struct xfs_inode *ip);
|
|
|
|
extern struct kmem_cache *xfs_inode_cache;
|
|
|
|
/* The default CoW extent size hint. */
|
|
#define XFS_DEFAULT_COWEXTSZ_HINT 32
|
|
|
|
bool xfs_inode_needs_inactive(struct xfs_inode *ip);
|
|
|
|
struct xfs_inode *xfs_iunlink_lookup(struct xfs_perag *pag, xfs_agino_t agino);
|
|
int xfs_iunlink_reload_next(struct xfs_trans *tp, struct xfs_buf *agibp,
|
|
xfs_agino_t prev_agino, xfs_agino_t next_agino);
|
|
|
|
void xfs_end_io(struct work_struct *work);
|
|
|
|
int xfs_ilock2_io_mmap(struct xfs_inode *ip1, struct xfs_inode *ip2);
|
|
void xfs_iunlock2_io_mmap(struct xfs_inode *ip1, struct xfs_inode *ip2);
|
|
void xfs_iunlock2_remapping(struct xfs_inode *ip1, struct xfs_inode *ip2);
|
|
void xfs_lock_inodes(struct xfs_inode **ips, int inodes, uint lock_mode);
|
|
void xfs_sort_inodes(struct xfs_inode **i_tab, unsigned int num_inodes);
|
|
|
|
static inline bool
|
|
xfs_inode_unlinked_incomplete(
|
|
const struct xfs_inode *ip)
|
|
{
|
|
return VFS_IC(ip)->i_nlink == 0 && !xfs_inode_on_unlinked_list(ip);
|
|
}
|
|
int xfs_inode_reload_unlinked_bucket(struct xfs_trans *tp, struct xfs_inode *ip);
|
|
int xfs_inode_reload_unlinked(struct xfs_inode *ip);
|
|
|
|
bool xfs_ifork_zapped(const struct xfs_inode *ip, int whichfork);
|
|
void xfs_inode_count_blocks(struct xfs_trans *tp, struct xfs_inode *ip,
|
|
xfs_filblks_t *dblocks, xfs_filblks_t *rblocks);
|
|
unsigned int xfs_inode_alloc_unitsize(struct xfs_inode *ip);
|
|
|
|
int xfs_icreate_dqalloc(const struct xfs_icreate_args *args,
|
|
struct xfs_dquot **udqpp, struct xfs_dquot **gdqpp,
|
|
struct xfs_dquot **pdqpp);
|
|
|
|
#endif /* __XFS_INODE_H__ */
|