Searched refs:xfs_nlink_t (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | parent.c | 35 xfs_nlink_t nlink; 105 xfs_nlink_t expected_nlink; in xchk_parent_validate()
|
H A D | refcount.c | 83 xfs_nlink_t refcount; 86 xfs_nlink_t seen; 161 xfs_nlink_t nr; in xchk_refcountbt_process_rmap_fragments() 162 xfs_nlink_t target_nr; in xchk_refcountbt_process_rmap_fragments()
|
H A D | trace.h | 751 xfs_nlink_t seen), 759 __field(xfs_nlink_t, refcount) 760 __field(xfs_nlink_t, seen) 1189 __field(xfs_nlink_t, refcount)
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_types.h | 182 xfs_nlink_t rc_refcount; /* number of inodes linked here */
|
H A D | xfs_refcount.c | 845 static inline xfs_nlink_t 867 xfs_nlink_t new_refcount; in xfs_refc_want_merge_center() 909 xfs_nlink_t new_refcount; in xfs_refc_want_merge_left() 943 xfs_nlink_t new_refcount; in xfs_refc_want_merge_right()
|
H A D | xfs_format.h | 1629 #define MAXREFCOUNT ((xfs_nlink_t)~0U)
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_linux.h | 20 typedef __u32 xfs_nlink_t; typedef
|
H A D | xfs_inode.h | 549 xfs_nlink_t nlink, dev_t rdev, prid_t prid, bool init_xattrs,
|
H A D | xfs_trace.h | 2971 __field(xfs_nlink_t, refcount) 3007 __field(xfs_nlink_t, refcount) 3046 __field(xfs_nlink_t, i1_refcount) 3050 __field(xfs_nlink_t, i2_refcount) 3096 __field(xfs_nlink_t, i1_refcount) 3100 __field(xfs_nlink_t, i2_refcount) 3150 __field(xfs_nlink_t, i1_refcount) 3154 __field(xfs_nlink_t, i2_refcount) 3158 __field(xfs_nlink_t, i3_refcount)
|
H A D | xfs_inode.c | 785 xfs_nlink_t nlink, in xfs_init_new_inode()
|