Home
last modified time | relevance | path

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

12

/Linux-v5.4/fs/xfs/
Dxfs_iwalk.h19 xfs_ino_t ino, void *data);
21 int xfs_iwalk(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t startino,
24 int xfs_iwalk_threaded(struct xfs_mount *mp, xfs_ino_t startino,
40 xfs_ino_t startino, unsigned int flags,
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_iwalk.c56 xfs_ino_t startino;
178 xfs_ino_t ino; in xfs_iwalk_ag_recs()
521 xfs_ino_t startino, in xfs_iwalk()
592 xfs_ino_t startino, in xfs_iwalk_threaded()
684 xfs_ino_t startino, in xfs_inobt_walk()
Dxfs_trace.h44 __field(xfs_ino_t, ino)
168 __field(xfs_ino_t, ino)
220 __field(xfs_ino_t, ino)
500 TP_PROTO(struct xfs_mount *mp, xfs_ino_t ino, xfs_agnumber_t agno),
504 __field(xfs_ino_t, ino)
522 TP_PROTO(struct xfs_mount *mp, xfs_ino_t ino, xfs_agnumber_t agno), \
534 __field(xfs_ino_t, ino)
563 __field(xfs_ino_t, ino)
595 __field(xfs_ino_t, ino)
664 __field(xfs_ino_t, ino)
[all …]
Dxfs_itable.c58 xfs_ino_t ino, in xfs_bulkstat_one_int()
194 xfs_ino_t ino, in xfs_bulkstat_iwalk()
221 xfs_ino_t startino) in xfs_bulkstat_already_done()
Dxfs_itable.h12 xfs_ino_t startino; /* start with this inode */
Dxfs_icache.c34 xfs_ino_t ino) in xfs_inode_alloc()
249 xfs_ino_t ino) in xfs_inode_clear_reclaim_tag()
350 xfs_ino_t ino, in xfs_iget_cache_hit()
495 xfs_ino_t ino, in xfs_iget_cache_miss()
618 xfs_ino_t ino, in xfs_iget()
713 xfs_ino_t ino, in xfs_icache_inode_is_allocated()
1102 xfs_ino_t ino = ip->i_ino; /* for radix_tree_delete */ in xfs_reclaim_inode()
/Linux-v5.4/fs/xfs/libxfs/
Dxfs_ialloc.h21 xfs_ino_t first_ino; /* first inode number */
60 xfs_ino_t parent, /* parent inode (directory) */
63 xfs_ino_t *inop); /* inode number allocated */
74 xfs_ino_t inode, /* inode to be freed */
84 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)
196 bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino);
197 bool xfs_internal_inum(struct xfs_mount *mp, xfs_ino_t ino);
198 bool xfs_verify_dir_ino(struct xfs_mount *mp, xfs_ino_t ino);
Dxfs_types.c129 xfs_ino_t ino) in xfs_verify_ino()
145 xfs_ino_t ino) in xfs_internal_inum()
159 xfs_ino_t ino) in xfs_verify_dir_ino()
Dxfs_da_format.c109 static xfs_ino_t
124 xfs_ino_t ino) in xfs_dir2_sf_put_ino()
134 static xfs_ino_t
144 xfs_ino_t ino) in xfs_dir2_sf_put_parent_ino()
155 static xfs_ino_t
167 xfs_ino_t ino) in xfs_dir2_sfe_put_ino()
172 static xfs_ino_t
184 xfs_ino_t ino) in xfs_dir3_sfe_put_ino()
Dxfs_shared.h130 int xfs_symlink_hdr_set(struct xfs_mount *mp, xfs_ino_t ino, uint32_t offset,
132 bool xfs_symlink_hdr_ok(xfs_ino_t ino, uint32_t offset,
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 */
554 xfs_is_quota_inode(struct xfs_sb *sbp, xfs_ino_t ino) in xfs_is_quota_inode()
1090 (((xfs_ino_t)(a) << XFS_INO_AGINO_BITS(mp)) | (i))
1096 #define XFS_FSB_TO_INO(mp, b) ((xfs_ino_t)((b) << XFS_INO_OFFSET_BITS(mp)))
1099 #define XFS_MAXINUMBER ((xfs_ino_t)((1ULL << 56) - 1ULL))
[all …]
Dxfs_dir2.c190 xfs_ino_t ino) in xfs_dir_ino_validate()
241 xfs_ino_t inum, /* new entry inode number */ in xfs_dir_createname()
337 xfs_ino_t *inum, /* out: inode number */ in xfs_dir_lookup()
415 xfs_ino_t ino, in xfs_dir_removename()
473 xfs_ino_t inum, /* new inode number */ in xfs_dir_replace()
Dxfs_symlink_remote.c38 xfs_ino_t ino, in xfs_symlink_hdr_set()
67 xfs_ino_t ino, in xfs_symlink_hdr_ok()
Dxfs_attr_remote.c51 xfs_ino_t ino, in xfs_attr3_rmt_hdr_ok()
226 xfs_ino_t ino, in xfs_attr3_rmt_hdr_set()
265 xfs_ino_t ino, in xfs_attr_rmtval_copyout()
313 xfs_ino_t ino, in xfs_attr_rmtval_copyin()
Dxfs_rmap.h12 xfs_ino_t ino, in xfs_rmap_ino_bmbt_owner()
25 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.c278 xfs_ino_t ino = 0; in xfs_ialloc_inode_init()
924 xfs_ino_t parent, /* parent directory inode number */ in xfs_ialloc_ag_select()
1118 xfs_ino_t parent, in xfs_dialloc_ag_inobt()
1119 xfs_ino_t *inop) in xfs_dialloc_ag_inobt()
1129 xfs_ino_t ino; in xfs_dialloc_ag_inobt()
1542 xfs_ino_t parent, in xfs_dialloc_ag()
1543 xfs_ino_t *inop) in xfs_dialloc_ag()
1554 xfs_ino_t ino; in xfs_dialloc_ag()
1679 xfs_ino_t parent, in xfs_dialloc()
1682 xfs_ino_t *inop) in xfs_dialloc()
[all …]
/Linux-v5.4/fs/xfs/scrub/
Dcommon.h40 void xchk_ino_set_preen(struct xfs_scrub *sc, xfs_ino_t ino);
45 void xchk_ino_set_corrupt(struct xfs_scrub *sc, xfs_ino_t ino);
52 xfs_ino_t ino);
56 void xchk_ino_set_warning(struct xfs_scrub *sc, xfs_ino_t ino);
Dinode.c72 xfs_ino_t ino, in xchk_inode_extsize()
94 xfs_ino_t ino, in xchk_inode_cowextsize()
113 xfs_ino_t ino, in xchk_inode_flags()
159 xfs_ino_t ino, in xchk_inode_flags2()
203 xfs_ino_t ino) in xchk_dinode()
422 xfs_ino_t ino) in xchk_inode_xref_finobt()
499 xfs_ino_t ino, in xchk_inode_xref()
534 xfs_ino_t ino) in xchk_inode_check_reflink_iflag()
Dparent.c35 xfs_ino_t ino;
117 xfs_ino_t dnum, in xchk_parent_validate()
253 xfs_ino_t dnum; in xchk_parent()
Dtrace.h88 __field(xfs_ino_t, ino)
91 __field(xfs_ino_t, inum)
163 __field(xfs_ino_t, ino)
233 TP_PROTO(struct xfs_scrub *sc, xfs_ino_t ino, void *ret_ip),
237 __field(xfs_ino_t, ino)
256 TP_PROTO(struct xfs_scrub *sc, xfs_ino_t ino, \
270 __field(xfs_ino_t, ino)
367 __field(xfs_ino_t, ino)
448 __field(xfs_ino_t, ino)
Dcommon.c198 xfs_ino_t ino) in xchk_ino_set_preen()
241 xfs_ino_t ino) in xchk_ino_set_corrupt()
251 xfs_ino_t ino) in xchk_ino_xref_set_corrupt()
286 xfs_ino_t ino) in xchk_ino_set_warning()

12