Searched refs:xfs_nlink_t (Results 1 – 8 of 8) sorted by relevance
/linux/fs/xfs/scrub/ |
A 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()
|
A D | parent.c | 36 xfs_nlink_t nlink; 73 xfs_nlink_t *nlink) in xchk_parent_count_parent_dentries() 136 xfs_nlink_t expected_nlink; in xchk_parent_validate() 137 xfs_nlink_t nlink; in xchk_parent_validate()
|
A D | trace.h | 745 __field(xfs_nlink_t, refcount)
|
/linux/fs/xfs/ |
A D | xfs_linux.h | 20 typedef __u32 xfs_nlink_t; typedef
|
A D | xfs_inode.h | 451 xfs_nlink_t nlink, dev_t rdev, prid_t prid, bool init_xattrs,
|
A D | xfs_trace.h | 2939 __field(xfs_nlink_t, refcount) 2972 __field(xfs_nlink_t, refcount) 3008 __field(xfs_nlink_t, i1_refcount) 3011 __field(xfs_nlink_t, i2_refcount) 3052 __field(xfs_nlink_t, i1_refcount) 3055 __field(xfs_nlink_t, i2_refcount) 3100 __field(xfs_nlink_t, i1_refcount) 3103 __field(xfs_nlink_t, i2_refcount) 3106 __field(xfs_nlink_t, i3_refcount)
|
A D | xfs_inode.c | 794 xfs_nlink_t nlink, in xfs_init_new_inode()
|
/linux/fs/xfs/libxfs/ |
A D | xfs_format.h | 1557 xfs_nlink_t rc_refcount; /* number of inodes linked here */ 1560 #define MAXREFCOUNT ((xfs_nlink_t)~0U)
|
Completed in 138 milliseconds