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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A 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 */
H A 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 */
H A Dxfs_inum.h37 typedef xfs_ino_t xfs_intino_t;
42 #define NULLFSINO ((xfs_ino_t)-1)
66 (((xfs_ino_t)(a) << XFS_INO_AGINO_BITS(mp)) | (i))
74 #define XFS_MAXINUMBER ((xfs_ino_t)((1ULL << 56) - 1ULL))
76 #define XFS_MAXINUMBER ((xfs_ino_t)((1ULL << 32) - 1ULL))
78 #define XFS_MAXINUMBER_32 ((xfs_ino_t)((1ULL << 32) - 1ULL))
H A Dxfs_dir2.h73 struct xfs_name *name, xfs_ino_t inum,
77 struct xfs_name *name, xfs_ino_t *inum,
80 struct xfs_name *name, xfs_ino_t ino,
84 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_dir2_sf.h52 #define XFS_DIR2_MAX_SHORT_INUM ((xfs_ino_t)0xffffffffULL)
106 static inline void xfs_dir2_sf_put_inumber(xfs_dir2_sf_t *sfp, xfs_ino_t *from,
164 extern int xfs_dir2_sf_create(struct xfs_da_args *args, xfs_ino_t pino);
H A Dxfs_itable.c42 xfs_ino_t ino)
56 xfs_ino_t ino, /* inode to get data for */
176 xfs_ino_t ino, /* inode number to get data for */
194 xfs_ino_t *lastinop, /* last inode returned */
216 xfs_ino_t ino; /* inode number (filesystem) */
220 xfs_ino_t lastino; /* last inode number returned */
237 ino = (xfs_ino_t)*lastinop;
542 *lastinop = (xfs_ino_t)XFS_AGINO_TO_INO(mp, agno, 0);
545 *lastinop = (xfs_ino_t)lastino;
557 xfs_ino_t *lastino
[all...]
H A Dxfs_arch.h121 (((xfs_ino_t)XFS_DI_LO(di) & 0xffffffffULL) | \
122 ((xfs_ino_t)XFS_DI_HI(di) << 32))
H A Dxfs_types.h40 typedef unsigned long long xfs_ino_t; /* <inode> type */ typedef
H A Dxfs_sb.h105 xfs_ino_t sb_rootino; /* root inode number */
106 xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */
107 xfs_ino_t sb_rsumino; /* summary inode for rt bitmap */
139 xfs_ino_t sb_uquotino; /* user quota inode */
140 xfs_ino_t sb_gquotino; /* group quota inode */
H A Dxfs_trans_inode.c53 xfs_ino_t ino,
H A Dxfs_dir2_sf.c85 xfs_ino_t parent = 0; /* parent inode number */
168 xfs_ino_t temp;
612 xfs_ino_t ino; /* entry inode number */
650 xfs_ino_t pino) /* parent inode number */
711 xfs_ino_t ino;
974 xfs_ino_t ino=0; /* entry old inode number */
1118 xfs_ino_t ino; /* entry inode number */
1196 xfs_ino_t ino; /* entry inode number */
H A Dxfs_dir2.c142 xfs_ino_t ino)
199 xfs_ino_t inum, /* new entry inode number */
277 xfs_ino_t *inum, /* out: inode number */
330 xfs_ino_t ino,
411 xfs_ino_t inum, /* new inode number */
H A Dxfs_iget.c51 xfs_ino_t ino)
247 xfs_ino_t ino,
348 xfs_ino_t ino,
H A Dxfs_inode.h237 xfs_ino_t i_ino; /* inode number (agno/agino)*/
444 int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
504 xfs_ino_t, struct xfs_dinode **,
H A Dxfs_ialloc.c440 xfs_ino_t parent, /* parent directory inode number */
633 xfs_ino_t parent, /* parent inode (directory) */
639 xfs_ino_t *inop) /* inode number allocated */
650 xfs_ino_t ino; /* fs-relative inode to be returned */
1024 xfs_ino_t inode, /* inode to be freed */
1027 xfs_ino_t *first_ino) /* first inode in deleted cluster */
1263 xfs_ino_t ino, /* inode to locate */
H A Dxfs_da_btree.h100 xfs_ino_t inumber; /* input/output inode number */
H A Dxfs_trans.h475 xfs_ino_t , uint, uint, struct xfs_inode **);
H A Dxfs_inode.c223 xfs_ino_t ino,
992 xfs_ino_t ino;
1773 xfs_ino_t next_ino;
1926 xfs_ino_t inum)
2081 xfs_ino_t first_ino;
H A Dxfs_log_recover.c2297 xfs_ino_t ino;
3185 xfs_ino_t ino;
H A Dxfs_dir2_node.c1945 xfs_ino_t inum; /* new inode number */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_trace.h45 __field(xfs_ino_t, ino)
138 __field(xfs_ino_t, ino)
190 __field(xfs_ino_t, ino)
229 __field(xfs_ino_t, ino)
515 __field(xfs_ino_t, ino)
547 __field(xfs_ino_t, ino)
594 __field(xfs_ino_t, ino)
629 __field(xfs_ino_t, dp_ino)
659 __field(xfs_ino_t, src_dp_ino)
660 __field(xfs_ino_t, target_dp_in
[all...]
H A Dxfs_ioctl32.c233 xfs_ino_t ino, /* inode number to get data for */
254 xfs_ino_t inlast; /* last inode number */
306 sizeof(xfs_ino_t)))
H A Dxfs_ioctl.c641 xfs_ino_t inlast; /* last inode number */
682 sizeof(xfs_ino_t)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm_syscalls.c243 xfs_ino_t ino)
1133 xfs_ino_t ino, /* inode number to get data for */
1200 xfs_ino_t lastino;
H A Dxfs_qm.c1618 xfs_ino_t ino, /* inode number to get data for */
1736 xfs_ino_t lastino;

Completed in 160 milliseconds

12