Searched refs:xfs_nlink_t (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/fs/xfs/scrub/ |
| D | refcount.c | 78 xfs_nlink_t refcount; 81 xfs_nlink_t seen; 156 xfs_nlink_t nr; in xchk_refcountbt_process_rmap_fragments() 157 xfs_nlink_t target_nr; in xchk_refcountbt_process_rmap_fragments() 272 xfs_nlink_t refcount) in xchk_refcountbt_xref_rmap() 319 xfs_nlink_t refcount) in xchk_refcountbt_xref() 340 xfs_nlink_t refcount; in xchk_refcountbt_rec()
|
| D | parent.c | 37 xfs_nlink_t nlink; 74 xfs_nlink_t *nlink) in xchk_parent_count_parent_dentries() 137 xfs_nlink_t expected_nlink; in xchk_parent_validate() 138 xfs_nlink_t nlink; in xchk_parent_validate()
|
| D | trace.h | 739 __field(xfs_nlink_t, refcount)
|
| /Linux-v5.10/fs/xfs/ |
| D | xfs_linux.h | 20 typedef __u32 xfs_nlink_t; typedef
|
| D | xfs_inode.h | 411 xfs_nlink_t, dev_t, prid_t,
|
| D | xfs_trace.h | 2796 __field(xfs_nlink_t, refcount) 2829 __field(xfs_nlink_t, refcount) 2865 __field(xfs_nlink_t, i1_refcount) 2868 __field(xfs_nlink_t, i2_refcount) 2909 __field(xfs_nlink_t, i1_refcount) 2912 __field(xfs_nlink_t, i2_refcount) 2957 __field(xfs_nlink_t, i1_refcount) 2960 __field(xfs_nlink_t, i2_refcount) 2963 __field(xfs_nlink_t, i3_refcount)
|
| D | xfs_inode.c | 799 xfs_nlink_t nlink, in xfs_ialloc() 951 xfs_nlink_t nlink, in xfs_dir_ialloc()
|
| /Linux-v5.10/fs/xfs/libxfs/ |
| D | xfs_format.h | 1733 xfs_nlink_t rc_refcount; /* number of inodes linked here */ 1736 #define MAXREFCOUNT ((xfs_nlink_t)~0U)
|