Home
last modified time | relevance | path

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

123

/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 */
155 xfs_ino_t xfs_ialloc_calc_rootino(struct xfs_mount *mp, int sunit);
Dxfs_dir2.h42 xfs_ino_t (*sf_get_ino)(struct xfs_dir2_sf_hdr *hdr,
46 xfs_ino_t ino);
47 xfs_ino_t (*sf_get_parent_ino)(struct xfs_dir2_sf_hdr *hdr);
49 xfs_ino_t ino);
121 struct xfs_name *name, xfs_ino_t inum,
124 struct xfs_name *name, xfs_ino_t *inum,
127 struct xfs_name *name, xfs_ino_t ino,
130 struct xfs_name *name, xfs_ino_t inum,
171 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_da_format.c110 static xfs_ino_t
125 xfs_ino_t ino) in xfs_dir2_sf_put_ino()
135 static xfs_ino_t
145 xfs_ino_t ino) in xfs_dir2_sf_put_parent_ino()
156 static xfs_ino_t
168 xfs_ino_t ino) in xfs_dir2_sfe_put_ino()
173 static xfs_ino_t
185 xfs_ino_t ino) in xfs_dir3_sfe_put_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_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 */
571 xfs_is_quota_inode(struct xfs_sb *sbp, xfs_ino_t ino) in xfs_is_quota_inode()
1107 (((xfs_ino_t)(a) << XFS_INO_AGINO_BITS(mp)) | (i))
1113 #define XFS_FSB_TO_INO(mp, b) ((xfs_ino_t)((b) << XFS_INO_OFFSET_BITS(mp)))
1116 #define XFS_MAXINUMBER ((xfs_ino_t)((1ULL << 56) - 1ULL))
[all …]
Dxfs_shared.h131 int xfs_symlink_hdr_set(struct xfs_mount *mp, xfs_ino_t ino, uint32_t offset,
133 bool xfs_symlink_hdr_ok(xfs_ino_t ino, uint32_t offset,
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_attr_remote.c68 xfs_ino_t ino, in xfs_attr3_rmt_hdr_ok()
243 xfs_ino_t ino, in xfs_attr3_rmt_hdr_set()
282 xfs_ino_t ino, in xfs_attr_rmtval_copyout()
330 xfs_ino_t ino, in xfs_attr_rmtval_copyin()
Dxfs_symlink_remote.c38 xfs_ino_t ino, in xfs_symlink_hdr_set()
67 xfs_ino_t ino, in xfs_symlink_hdr_ok()
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 …]
Dxfs_rmap.h12 xfs_ino_t ino, in xfs_rmap_ino_bmbt_owner()
25 xfs_ino_t ino, in xfs_rmap_ino_owner()
Dxfs_dir2_sf.c63 xfs_ino_t parent = 0; /* parent inode number */ in xfs_dir2_block_sfsize()
584 xfs_ino_t ino; /* entry inode number */ in xfs_dir2_sf_check()
627 xfs_ino_t ino; in xfs_dir2_sf_verify()
727 xfs_ino_t pino) /* parent inode number */ in xfs_dir2_sf_create()
953 xfs_ino_t inum) in xfs_dir2_sf_replace_needblock()
977 xfs_ino_t ino=0; /* entry old inode number */ in xfs_dir2_sf_replace()
/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_iwalk.c56 xfs_ino_t startino;
59 xfs_ino_t lastino;
181 xfs_ino_t ino; in xfs_iwalk_ag_recs()
406 xfs_ino_t rec_fsino; in xfs_iwalk_ag()
539 xfs_ino_t startino, in xfs_iwalk()
611 xfs_ino_t startino, in xfs_iwalk_threaded()
704 xfs_ino_t startino, in xfs_inobt_walk()
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.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_icache.c34 xfs_ino_t ino) in xfs_inode_alloc()
249 xfs_ino_t ino) in xfs_inode_clear_reclaim_tag()
354 xfs_ino_t ino, in xfs_iget_cache_hit()
499 xfs_ino_t ino, in xfs_iget_cache_miss()
622 xfs_ino_t ino, in xfs_iget()
717 xfs_ino_t ino, in xfs_icache_inode_is_allocated()
1116 xfs_ino_t ino = ip->i_ino; /* for radix_tree_delete */ in xfs_reclaim_inode()
Dxfs_itable.h12 xfs_ino_t startino; /* start with this inode */
/fs/xfs/scrub/
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()
158 xfs_ino_t ino, in xchk_inode_flags2()
202 xfs_ino_t ino) in xchk_dinode()
421 xfs_ino_t ino) in xchk_inode_xref_finobt()
498 xfs_ino_t ino, in xchk_inode_xref()
533 xfs_ino_t ino) in xchk_inode_check_reflink_iflag()
Dcommon.h47 void xchk_ino_set_preen(struct xfs_scrub *sc, xfs_ino_t ino);
52 void xchk_ino_set_corrupt(struct xfs_scrub *sc, xfs_ino_t ino);
59 xfs_ino_t ino);
63 void xchk_ino_set_warning(struct xfs_scrub *sc, xfs_ino_t ino);
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()

123