Home
last modified time | relevance | path

Searched refs:xfs_ino_t (Results 1 - 25 of 105) sorted by relevance

12345

/kernel/linux/linux-5.10/fs/xfs/
H A 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,
H A Dxfs_icache.h42 int xfs_iget(struct xfs_mount *mp, struct xfs_trans *tp, xfs_ino_t ino,
46 struct xfs_inode * xfs_inode_alloc(struct xfs_mount *mp, xfs_ino_t ino);
76 xfs_ino_t ino, bool *inuse);
H A Dxfs_iwalk.c56 xfs_ino_t startino;
59 xfs_ino_t lastino;
181 xfs_ino_t ino; in xfs_iwalk_ag_recs()
407 xfs_ino_t rec_fsino; in xfs_iwalk_ag()
540 xfs_ino_t startino, in xfs_iwalk()
612 xfs_ino_t startino, in xfs_iwalk_threaded()
705 xfs_ino_t startino, in xfs_inobt_walk()
/kernel/linux/linux-6.6/fs/xfs/
H A 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,
H A Dxfs_iwalk.c58 xfs_ino_t startino;
61 xfs_ino_t lastino;
187 xfs_ino_t ino; in xfs_iwalk_ag_recs()
421 xfs_ino_t rec_fsino; in xfs_iwalk_ag()
553 xfs_ino_t startino, in xfs_iwalk()
641 xfs_ino_t startino, in xfs_iwalk_threaded()
739 xfs_ino_t startino, in xfs_inobt_walk()
H A 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);
H A Dxfs_filestream.c58 xfs_ino_t pino, in xfs_filestream_pick_ag()
209 xfs_ino_t pino, in xfs_filestream_lookup_association()
265 xfs_ino_t pino, in xfs_filestream_create_association()
352 xfs_ino_t ino = 0; in xfs_filestream_select_ag()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A 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);
H A Dxfs_types.h56 #define NULLFSINO ((xfs_ino_t)-1)
195 bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino);
196 bool xfs_internal_inum(struct xfs_mount *mp, xfs_ino_t ino);
197 bool xfs_verify_dir_ino(struct xfs_mount *mp, xfs_ino_t ino);
H A Dxfs_dir2.h42 struct xfs_name *name, xfs_ino_t inum,
45 struct xfs_name *name, xfs_ino_t *inum,
48 struct xfs_name *name, xfs_ino_t ino,
51 struct xfs_name *name, xfs_ino_t inum,
89 extern int xfs_dir_ino_validate(struct xfs_mount *mp, xfs_ino_t ino);
H A 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()
H A Dxfs_dir2_priv.h160 xfs_ino_t xfs_dir2_sf_get_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
162 xfs_ino_t xfs_dir2_sf_get_parent_ino(struct xfs_dir2_sf_hdr *hdr);
163 void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *hdr, xfs_ino_t ino);
173 extern int xfs_dir2_sf_create(struct xfs_da_args *args, xfs_ino_t pino);
181 struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino);
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_ialloc.h22 xfs_ino_t first_ino; /* first inode number */
40 int xfs_dialloc(struct xfs_trans **tpp, xfs_ino_t parent, umode_t mode,
41 xfs_ino_t *new_ino);
44 xfs_ino_t ino, struct xfs_icluster *ifree);
53 xfs_ino_t ino, /* inode to locate */
109 xfs_ino_t xfs_ialloc_calc_rootino(struct xfs_mount *mp, int sunit);
H A Dxfs_types.h56 #define NULLFSINO ((xfs_ino_t)-1)
228 bool xfs_verify_ino(struct xfs_mount *mp, xfs_ino_t ino);
229 bool xfs_internal_inum(struct xfs_mount *mp, xfs_ino_t ino);
230 bool xfs_verify_dir_ino(struct xfs_mount *mp, xfs_ino_t ino);
H A Dxfs_dir2.h42 const struct xfs_name *name, xfs_ino_t inum,
45 const struct xfs_name *name, xfs_ino_t *inum,
48 struct xfs_name *name, xfs_ino_t ino,
51 const struct xfs_name *name, xfs_ino_t inum,
89 extern int xfs_dir_ino_validate(struct xfs_mount *mp, xfs_ino_t ino);
H A Dxfs_types.c100 xfs_ino_t ino) in xfs_verify_ino()
116 xfs_ino_t ino) in xfs_internal_inum()
130 xfs_ino_t ino) in xfs_verify_dir_ino()
H A Dxfs_dir2_priv.h161 xfs_ino_t xfs_dir2_sf_get_ino(struct xfs_mount *mp, struct xfs_dir2_sf_hdr *hdr,
163 xfs_ino_t xfs_dir2_sf_get_parent_ino(struct xfs_dir2_sf_hdr *hdr);
164 void xfs_dir2_sf_put_parent_ino(struct xfs_dir2_sf_hdr *hdr, xfs_ino_t ino);
174 extern int xfs_dir2_sf_create(struct xfs_da_args *args, xfs_ino_t pino);
182 struct xfs_dir2_sf_entry *sfep, xfs_ino_t ino);
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dcommon.h49 void xchk_ino_set_preen(struct xfs_scrub *sc, xfs_ino_t ino);
54 void xchk_ino_set_corrupt(struct xfs_scrub *sc, xfs_ino_t ino);
61 xfs_ino_t ino);
65 void xchk_ino_set_warning(struct xfs_scrub *sc, xfs_ino_t ino);
154 int xchk_iget(struct xfs_scrub *sc, xfs_ino_t inum, struct xfs_inode **ipp);
155 int xchk_iget_agi(struct xfs_scrub *sc, xfs_ino_t inum,
H A Dreaddir.h11 xfs_ino_t ino, void *priv);
17 const struct xfs_name *name, xfs_ino_t *ino);
H A Dparent.c45 xfs_ino_t ino, in xchk_parent_actor()
97 xfs_ino_t parent_ino) in xchk_parent_validate()
184 xfs_ino_t parent_ino; in xchk_parent()
H A Dinode.c206 xfs_ino_t ino, in xchk_inode_extsize()
242 xfs_ino_t ino, in xchk_inode_cowextsize()
261 xfs_ino_t ino, in xchk_inode_flags()
306 xfs_ino_t ino, in xchk_inode_flags2()
348 xfs_ino_t ino, in xchk_dinode_nsec()
364 xfs_ino_t ino) in xchk_dinode()
595 xfs_ino_t ino) in xchk_inode_xref_finobt()
672 xfs_ino_t ino, in xchk_inode_xref()
709 xfs_ino_t ino) in xchk_inode_check_reflink_iflag()
H A Dreaddir.c40 xfs_ino_t ino; in xchk_dir_walk_sf()
114 xfs_ino_t ino; in xchk_dir_walk_block()
203 xfs_ino_t ino; in xchk_dir_walk_leaf()
317 xfs_ino_t *ino) in xchk_dir_lookup()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A 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()
205 xfs_ino_t ino, in xchk_dinode_nsec()
221 xfs_ino_t ino) in xchk_dinode()
436 xfs_ino_t ino) in xchk_inode_xref_finobt()
513 xfs_ino_t ino, in xchk_inode_xref()
548 xfs_ino_t ino) in xchk_inode_check_reflink_iflag()
H A 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);
H A Dparent.c36 xfs_ino_t ino;
132 xfs_ino_t dnum, in xchk_parent_validate()
268 xfs_ino_t dnum; in xchk_parent()

Completed in 12 milliseconds

12345