Home
last modified time | relevance | path

Searched refs:xfs_ino_t (Results 1 – 25 of 48) sorted by relevance

12

/linux-4.19.296/fs/xfs/
Dxfs_itable.h15 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 */
Dxfs_icache.h45 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);
Dxfs_trace.h39 __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 …]
Dxfs_itable.c29 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()
Dxfs_icache.c36 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/
Dxfs_ialloc.h21 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 */
Dxfs_dir2.h40 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);
Dxfs_types.h57 #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);
Dxfs_types.c126 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()
Dxfs_shared.h129 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,
Dxfs_da_format.c112 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()
Dxfs_format.h104 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))
Dxfs_symlink_remote.c42 xfs_ino_t ino, in xfs_symlink_hdr_set()
71 xfs_ino_t ino, in xfs_symlink_hdr_ok()
Dxfs_dir2.c194 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()
Dxfs_attr_remote.c59 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()
Dxfs_rmap.h22 xfs_ino_t ino, in xfs_rmap_ino_bmbt_owner()
35 xfs_ino_t ino, in xfs_rmap_ino_owner()
Dxfs_inode_buf.h73 xfs_failaddr_t xfs_dinode_verify(struct xfs_mount *mp, xfs_ino_t ino,
Dxfs_ialloc.c295 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 …]
Dxfs_bmap_btree.h103 int whichfork, xfs_ino_t new_owner,
Dxfs_dir2_sf.c66 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/
Dcommon.h47 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);
Dinode.c82 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()
Dparent.c43 xfs_ino_t ino;
125 xfs_ino_t dnum, in xchk_parent_validate()
261 xfs_ino_t dnum; in xchk_parent()
Dtrace.h21 __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)
Dcommon.c205 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()

12