Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_itable.h27 xfs_ino_t ino,
46 xfs_ino_t *lastino, /* last inode returned */
56 xfs_ino_t *lastinop,
69 xfs_ino_t ino,
79 xfs_ino_t ino,
101 xfs_ino_t *last, /* last inode returned */
Dxfs_itable.c42 xfs_ino_t ino) in xfs_internal_inum()
56 xfs_ino_t ino, /* inode to get data for */ in xfs_bulkstat_one_int()
169 xfs_ino_t ino, /* inode number to get data for */ in xfs_bulkstat_one()
187 xfs_ino_t *lastinop, /* last inode returned */ in xfs_bulkstat()
208 xfs_ino_t ino; /* inode number (filesystem) */ in xfs_bulkstat()
212 xfs_ino_t lastino; /* last inode number returned */ in xfs_bulkstat()
229 ino = (xfs_ino_t)*lastinop; in xfs_bulkstat()
533 *lastinop = (xfs_ino_t)XFS_AGINO_TO_INO(mp, agno, 0); in xfs_bulkstat()
536 *lastinop = (xfs_ino_t)lastino; in xfs_bulkstat()
548 xfs_ino_t *lastinop, /* inode to return */ in xfs_bulkstat_single()
[all …]
Dxfs_ialloc.h83 xfs_ino_t parent, /* parent inode (directory) */
89 xfs_ino_t *inop); /* inode number allocated */
100 xfs_ino_t inode, /* inode to be freed */
103 xfs_ino_t *first_ino); /* first inode in deleted cluster */
112 xfs_ino_t ino, /* inode to locate */
Dxfs_inum.h31 #define NULLFSINO ((xfs_ino_t)-1)
55 (((xfs_ino_t)(a) << XFS_INO_AGINO_BITS(mp)) | (i))
63 #define XFS_MAXINUMBER ((xfs_ino_t)((1ULL << 56) - 1ULL))
65 #define XFS_MAXINUMBER ((xfs_ino_t)((1ULL << 32) - 1ULL))
67 #define XFS_MAXINUMBER_32 ((xfs_ino_t)((1ULL << 32) - 1ULL))
Dxfs_dir2.h38 struct xfs_name *name, xfs_ino_t inum,
42 struct xfs_name *name, xfs_ino_t *inum,
45 struct xfs_name *name, xfs_ino_t ino,
49 struct xfs_name *name, xfs_ino_t inum,
Dxfs_dir2_priv.h22 extern int xfs_dir_ino_validate(struct xfs_mount *mp, xfs_ino_t ino);
120 extern xfs_ino_t xfs_dir2_sf_get_parent_ino(struct xfs_dir2_sf_hdr *sfp);
121 extern xfs_ino_t xfs_dir2_sfe_get_ino(struct xfs_dir2_sf_hdr *sfp,
128 extern int xfs_dir2_sf_create(struct xfs_da_args *args, xfs_ino_t pino);
Dxfs_trace.h46 __field(xfs_ino_t, ino)
139 __field(xfs_ino_t, ino)
191 __field(xfs_ino_t, ino)
230 __field(xfs_ino_t, ino)
514 __field(xfs_ino_t, ino)
546 __field(xfs_ino_t, ino)
594 __field(xfs_ino_t, ino)
629 __field(xfs_ino_t, dp_ino)
662 __field(xfs_ino_t, src_dp_ino)
663 __field(xfs_ino_t, target_dp_ino)
[all …]
Dxfs_dir2_sf.c67 static xfs_ino_t
82 xfs_ino_t ino) in xfs_dir2_sf_put_ino()
92 xfs_ino_t
102 xfs_ino_t ino) in xfs_dir2_sf_put_parent_ino()
119 xfs_ino_t
131 xfs_ino_t ino) in xfs_dir2_sfe_put_ino()
159 xfs_ino_t parent = 0; /* parent inode number */ in xfs_dir2_block_sfsize()
684 xfs_ino_t ino; /* entry inode number */ in xfs_dir2_sf_check()
722 xfs_ino_t pino) /* parent inode number */ in xfs_dir2_sf_create()
783 xfs_ino_t ino; in xfs_dir2_sf_getdents()
[all …]
Dxfs_sb.h107 xfs_ino_t sb_rootino; /* root inode number */
108 xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */
109 xfs_ino_t sb_rsumino; /* summary inode for rt bitmap */
141 xfs_ino_t sb_uquotino; /* user quota inode */
142 xfs_ino_t sb_gquotino; /* group quota inode */
Dxfs_dir2.c139 xfs_ino_t ino) in xfs_dir_ino_validate()
196 xfs_ino_t inum, /* new entry inode number */ in xfs_dir_createname()
274 xfs_ino_t *inum, /* out: inode number */ in xfs_dir_lookup()
327 xfs_ino_t ino, in xfs_dir_removename()
408 xfs_ino_t inum, /* new inode number */ in xfs_dir_replace()
Dxfs_iget.c61 xfs_ino_t ino) in xfs_inode_alloc()
173 xfs_ino_t ino, in xfs_iget_cache_hit()
309 xfs_ino_t ino, in xfs_iget_cache_miss()
420 xfs_ino_t ino, in xfs_iget()
Dxfs_ialloc.c449 xfs_ino_t parent, /* parent directory inode number */ in xfs_ialloc_ag_select()
642 xfs_ino_t parent, /* parent inode (directory) */ in xfs_dialloc()
648 xfs_ino_t *inop) /* inode number allocated */ in xfs_dialloc()
659 xfs_ino_t ino; /* fs-relative inode to be returned */ in xfs_dialloc()
1033 xfs_ino_t inode, /* inode to be freed */ in xfs_difree()
1036 xfs_ino_t *first_ino) /* first inode in deleted cluster */ in xfs_difree()
1262 xfs_ino_t ino, /* inode to locate */ in xfs_imap()
Dxfs_inode.h229 xfs_ino_t i_ino; /* inode number (agno/agino)*/
504 int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
560 xfs_ino_t, struct xfs_dinode **,
Dxfs_types.h40 typedef unsigned long long xfs_ino_t; /* <inode> type */ typedef
Dxfs_ioctl32.c235 xfs_ino_t ino, /* inode number to get data for */ in xfs_bulkstat_one_compat()
256 xfs_ino_t inlast; /* last inode number */ in xfs_compat_ioc_bulkstat()
308 sizeof(xfs_ino_t))) in xfs_compat_ioc_bulkstat()
Dxfs_da_btree.h100 xfs_ino_t inumber; /* input/output inode number */
Dxfs_dir2_format.h84 #define XFS_DIR2_MAX_SHORT_INUM ((xfs_ino_t)0xffffffffULL)
Dxfs_inode.c214 xfs_ino_t ino, in xfs_inotobp()
963 xfs_ino_t ino; in xfs_ialloc()
1379 xfs_ino_t next_ino; in xfs_iunlink_remove()
1530 xfs_ino_t inum) in xfs_ifree_cluster()
1703 xfs_ino_t first_ino; in xfs_ifree()
Dxfs_ioctl.c648 xfs_ino_t inlast; /* last inode number */ in xfs_ioc_bulkstat()
689 sizeof(xfs_ino_t))) in xfs_ioc_bulkstat()
Dxfs_qm.c1092 xfs_ino_t ino, /* inode number to get data for */ in xfs_qm_dqusage_adjust()
1214 xfs_ino_t lastino; in xfs_qm_quotacheck()
Dxfs_qm_syscalls.c230 xfs_ino_t ino) in xfs_qm_scall_trunc_qfile()
Dxfs_dir2_node.c1863 xfs_ino_t inum; /* new inode number */ in xfs_dir2_node_replace()
Dxfs_vnodeops.c804 xfs_ino_t inum; in xfs_lookup()
Dxfs_mount.c447 xfs_ino_t ino; in xfs_initialize_perag()
Dxfs_log_recover.c3071 xfs_ino_t ino; in xlog_recover_process_one_iunlink()