Searched refs:xfs_nlink_t (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/xfs/scrub/ |
D | refcount.c | 88 xfs_nlink_t refcount; 91 xfs_nlink_t seen; 166 xfs_nlink_t nr; in xchk_refcountbt_process_rmap_fragments() 167 xfs_nlink_t target_nr; in xchk_refcountbt_process_rmap_fragments() 284 xfs_nlink_t refcount) in xchk_refcountbt_xref_rmap() 331 xfs_nlink_t refcount) in xchk_refcountbt_xref() 352 xfs_nlink_t refcount; in xchk_refcountbt_rec()
|
D | parent.c | 44 xfs_nlink_t nlink; 70 xfs_nlink_t *nlink) in xchk_parent_count_parent_dentries() 130 xfs_nlink_t expected_nlink; in xchk_parent_validate() 131 xfs_nlink_t nlink; in xchk_parent_validate()
|
D | trace.h | 568 __field(xfs_nlink_t, refcount)
|
/Linux-v4.19/fs/xfs/ |
D | xfs_linux.h | 20 typedef __u32 xfs_nlink_t; typedef
|
D | xfs_inode.h | 442 xfs_nlink_t, dev_t, prid_t,
|
D | xfs_trace.h | 2654 __field(xfs_nlink_t, refcount) 2687 __field(xfs_nlink_t, refcount) 2723 __field(xfs_nlink_t, i1_refcount) 2726 __field(xfs_nlink_t, i2_refcount) 2767 __field(xfs_nlink_t, i1_refcount) 2770 __field(xfs_nlink_t, i2_refcount) 2815 __field(xfs_nlink_t, i1_refcount) 2818 __field(xfs_nlink_t, i2_refcount) 2821 __field(xfs_nlink_t, i3_refcount)
|
D | xfs_inode.c | 753 xfs_nlink_t nlink, in xfs_ialloc() 972 xfs_nlink_t nlink, in xfs_dir_ialloc()
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_format.h | 1495 xfs_nlink_t rc_refcount; /* number of inodes linked here */ 1498 #define MAXREFCOUNT ((xfs_nlink_t)~0U)
|