Searched refs:xfs_nlink_t (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/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() 274 xfs_nlink_t refcount) in xchk_refcountbt_xref_rmap() 321 xfs_nlink_t refcount) in xchk_refcountbt_xref() 342 xfs_nlink_t refcount; in xchk_refcountbt_rec()
|
| D | parent.c | 36 xfs_nlink_t nlink; 62 xfs_nlink_t *nlink) in xchk_parent_count_parent_dentries() 122 xfs_nlink_t expected_nlink; in xchk_parent_validate() 123 xfs_nlink_t nlink; in xchk_parent_validate()
|
| D | trace.h | 739 __field(xfs_nlink_t, refcount)
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_linux.h | 20 typedef __u32 xfs_nlink_t; typedef
|
| D | xfs_inode.h | 455 xfs_nlink_t, dev_t, prid_t,
|
| D | xfs_trace.h | 2679 __field(xfs_nlink_t, refcount) 2712 __field(xfs_nlink_t, refcount) 2748 __field(xfs_nlink_t, i1_refcount) 2751 __field(xfs_nlink_t, i2_refcount) 2792 __field(xfs_nlink_t, i1_refcount) 2795 __field(xfs_nlink_t, i2_refcount) 2840 __field(xfs_nlink_t, i1_refcount) 2843 __field(xfs_nlink_t, i2_refcount) 2846 __field(xfs_nlink_t, i3_refcount)
|
| D | xfs_inode.c | 747 xfs_nlink_t nlink, in xfs_ialloc() 966 xfs_nlink_t nlink, in xfs_dir_ialloc()
|
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_format.h | 1503 xfs_nlink_t rc_refcount; /* number of inodes linked here */ 1506 #define MAXREFCOUNT ((xfs_nlink_t)~0U)
|