/linux-4.19.296/fs/xfs/ ! |
D | xfs_itable.h | 15 xfs_ino_t ino, 34 xfs_ino_t *lastino, /* last inode returned */ 50 xfs_ino_t ino, 60 xfs_ino_t ino, 82 xfs_ino_t *last, /* last inode returned */
|
D | xfs_icache.h | 45 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino, 49 struct xfs_inode * xfs_inode_alloc(struct xfs_mount *mp, xfs_ino_t ino); 120 xfs_ino_t ino, bool *inuse);
|
D | xfs_trace.h | 39 __field(xfs_ino_t, ino) 163 __field(xfs_ino_t, ino) 215 __field(xfs_ino_t, ino) 492 TP_PROTO(struct xfs_mount *mp, xfs_ino_t ino, xfs_agnumber_t agno), 496 __field(xfs_ino_t, ino) 514 TP_PROTO(struct xfs_mount *mp, xfs_ino_t ino, xfs_agnumber_t agno), \ 526 __field(xfs_ino_t, ino) 555 __field(xfs_ino_t, ino) 587 __field(xfs_ino_t, ino) 646 __field(xfs_ino_t, ino) [all …]
|
D | xfs_itable.c | 29 xfs_ino_t ino, /* inode to get data for */ in xfs_bulkstat_one_int() 148 xfs_ino_t ino, /* inode number to get data for */ in xfs_bulkstat_one() 330 xfs_ino_t *lastinop, /* last inode returned */ in xfs_bulkstat() 541 xfs_ino_t *lastino,/* last inode returned */ in xfs_inumbers()
|
D | xfs_icache.c | 36 xfs_ino_t ino) in xfs_inode_alloc() 246 xfs_ino_t ino) in xfs_inode_clear_reclaim_tag() 347 xfs_ino_t ino, in xfs_iget_cache_hit() 490 xfs_ino_t ino, in xfs_iget_cache_miss() 613 xfs_ino_t ino, in xfs_iget() 708 xfs_ino_t ino, in xfs_icache_inode_is_allocated() 1107 xfs_ino_t ino = ip->i_ino; /* for radix_tree_delete */ in xfs_reclaim_inode()
|
/linux-4.19.296/fs/xfs/libxfs/ ! |
D | xfs_ialloc.h | 21 xfs_ino_t first_ino; /* first inode number */ 70 xfs_ino_t parent, /* parent inode (directory) */ 73 xfs_ino_t *inop); /* inode number allocated */ 84 xfs_ino_t inode, /* inode to be freed */ 94 xfs_ino_t ino, /* inode to locate */
|
D | xfs_dir2.h | 40 xfs_ino_t (*sf_get_ino)(struct xfs_dir2_sf_hdr *hdr, 44 xfs_ino_t ino); 45 xfs_ino_t (*sf_get_parent_ino)(struct xfs_dir2_sf_hdr *hdr); 47 xfs_ino_t ino); 119 struct xfs_name *name, xfs_ino_t inum, 122 struct xfs_name *name, xfs_ino_t *inum, 125 struct xfs_name *name, xfs_ino_t ino, 128 struct xfs_name *name, xfs_ino_t inum, 169 extern int xfs_dir_ino_validate(struct xfs_mount *mp, xfs_ino_t ino);
|
D | xfs_types.h | 57 #define NULLFSINO ((xfs_ino_t)-1) 164 bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino); 165 bool xfs_internal_inum(struct xfs_mount *mp, xfs_ino_t ino); 166 bool xfs_verify_dir_ino(struct xfs_mount *mp, xfs_ino_t ino);
|
D | xfs_types.c | 126 xfs_ino_t ino) in xfs_verify_ino() 142 xfs_ino_t ino) in xfs_internal_inum() 156 xfs_ino_t ino) in xfs_verify_dir_ino()
|
D | xfs_shared.h | 129 int xfs_symlink_hdr_set(struct xfs_mount *mp, xfs_ino_t ino, uint32_t offset, 131 bool xfs_symlink_hdr_ok(xfs_ino_t ino, uint32_t offset,
|
D | xfs_da_format.c | 112 static xfs_ino_t 127 xfs_ino_t ino) in xfs_dir2_sf_put_ino() 137 static xfs_ino_t 147 xfs_ino_t ino) in xfs_dir2_sf_put_parent_ino() 158 static xfs_ino_t 170 xfs_ino_t ino) in xfs_dir2_sfe_put_ino() 175 static xfs_ino_t 187 xfs_ino_t ino) in xfs_dir3_sfe_put_ino()
|
D | xfs_format.h | 104 xfs_ino_t sb_rootino; /* root inode number */ 105 xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */ 106 xfs_ino_t sb_rsumino; /* summary inode for rt bitmap */ 138 xfs_ino_t sb_uquotino; /* user quota inode */ 139 xfs_ino_t sb_gquotino; /* group quota inode */ 174 xfs_ino_t sb_pquotino; /* project quota inode */ 558 xfs_is_quota_inode(struct xfs_sb *sbp, xfs_ino_t ino) in xfs_is_quota_inode() 1084 (((xfs_ino_t)(a) << XFS_INO_AGINO_BITS(mp)) | (i)) 1091 #define XFS_MAXINUMBER ((xfs_ino_t)((1ULL << 56) - 1ULL)) 1092 #define XFS_MAXINUMBER_32 ((xfs_ino_t)((1ULL << 32) - 1ULL))
|
D | xfs_symlink_remote.c | 42 xfs_ino_t ino, in xfs_symlink_hdr_set() 71 xfs_ino_t ino, in xfs_symlink_hdr_ok()
|
D | xfs_dir2.c | 194 xfs_ino_t ino) in xfs_dir_ino_validate() 245 xfs_ino_t inum, /* new entry inode number */ in xfs_dir_createname() 341 xfs_ino_t *inum, /* out: inode number */ in xfs_dir_lookup() 419 xfs_ino_t ino, in xfs_dir_removename() 477 xfs_ino_t inum, /* new inode number */ in xfs_dir_replace()
|
D | xfs_attr_remote.c | 59 xfs_ino_t ino, in xfs_attr3_rmt_hdr_ok() 232 xfs_ino_t ino, in xfs_attr3_rmt_hdr_set() 271 xfs_ino_t ino, in xfs_attr_rmtval_copyout() 319 xfs_ino_t ino, in xfs_attr_rmtval_copyin()
|
D | xfs_rmap.h | 22 xfs_ino_t ino, in xfs_rmap_ino_bmbt_owner() 35 xfs_ino_t ino, in xfs_rmap_ino_owner()
|
D | xfs_inode_buf.h | 73 xfs_failaddr_t xfs_dinode_verify(struct xfs_mount *mp, xfs_ino_t ino,
|
D | xfs_ialloc.c | 295 xfs_ino_t ino = 0; in xfs_ialloc_inode_init() 940 xfs_ino_t parent, /* parent directory inode number */ in xfs_ialloc_ag_select() 1134 xfs_ino_t parent, in xfs_dialloc_ag_inobt() 1135 xfs_ino_t *inop) in xfs_dialloc_ag_inobt() 1145 xfs_ino_t ino; in xfs_dialloc_ag_inobt() 1558 xfs_ino_t parent, in xfs_dialloc_ag() 1559 xfs_ino_t *inop) in xfs_dialloc_ag() 1570 xfs_ino_t ino; in xfs_dialloc_ag() 1695 xfs_ino_t parent, in xfs_dialloc() 1698 xfs_ino_t *inop) in xfs_dialloc() [all …]
|
D | xfs_bmap_btree.h | 103 int whichfork, xfs_ino_t new_owner,
|
D | xfs_dir2_sf.c | 66 xfs_ino_t parent = 0; /* parent inode number */ in xfs_dir2_block_sfsize() 587 xfs_ino_t ino; /* entry inode number */ in xfs_dir2_sf_check() 630 xfs_ino_t ino; in xfs_dir2_sf_verify() 730 xfs_ino_t pino) /* parent inode number */ in xfs_dir2_sf_create() 959 xfs_ino_t ino=0; /* entry old inode number */ in xfs_dir2_sf_replace()
|
/linux-4.19.296/fs/xfs/scrub/ ! |
D | common.h | 47 void xchk_ino_set_preen(struct xfs_scrub *sc, xfs_ino_t ino); 51 void xchk_ino_set_corrupt(struct xfs_scrub *sc, xfs_ino_t ino); 58 xfs_ino_t ino); 62 void xchk_ino_set_warning(struct xfs_scrub *sc, xfs_ino_t ino);
|
D | inode.c | 82 xfs_ino_t ino, in xchk_inode_extsize() 104 xfs_ino_t ino, in xchk_inode_cowextsize() 123 xfs_ino_t ino, in xchk_inode_flags() 168 xfs_ino_t ino, in xchk_inode_flags2() 212 xfs_ino_t ino) in xchk_dinode() 431 xfs_ino_t ino) in xchk_inode_xref_finobt() 508 xfs_ino_t ino, in xchk_inode_xref() 545 xfs_ino_t ino) in xchk_inode_check_reflink_iflag()
|
D | parent.c | 43 xfs_ino_t ino; 125 xfs_ino_t dnum, in xchk_parent_validate() 261 xfs_ino_t dnum; in xchk_parent()
|
D | trace.h | 21 __field(xfs_ino_t, ino) 24 __field(xfs_ino_t, inum) 96 __field(xfs_ino_t, ino) 165 TP_PROTO(struct xfs_scrub *sc, xfs_ino_t ino, void *ret_ip), 169 __field(xfs_ino_t, ino) 188 TP_PROTO(struct xfs_scrub *sc, xfs_ino_t ino, \ 202 __field(xfs_ino_t, ino) 299 __field(xfs_ino_t, ino) 380 __field(xfs_ino_t, ino)
|
D | common.c | 205 xfs_ino_t ino) in xchk_ino_set_preen() 239 xfs_ino_t ino) in xchk_ino_set_corrupt() 249 xfs_ino_t ino) in xchk_ino_xref_set_corrupt() 284 xfs_ino_t ino) in xchk_ino_set_warning()
|