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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_itable.h27 xfs_ino_t ino,
56 xfs_ino_t *lastino, /* last inode returned */
68 xfs_ino_t *lastinop,
75 xfs_ino_t ino,
87 xfs_ino_t ino);
92 xfs_ino_t *last, /* last inode returned */
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))
75 #define XFS_INO64_OFFSET ((xfs_ino_t)(1ULL << 32))
77 #define XFS_MAXINUMBER ((xfs_ino_t)((1ULL << 32) - 1ULL))
79 #define XFS_MAXINUMBER_32 ((xfs_ino_t)((1ULL << 32) - 1ULL))
H A Dxfs_ialloc.h90 xfs_ino_t parent, /* parent inode (directory) */
96 xfs_ino_t *inop); /* inode number allocated */
107 xfs_ino_t inode, /* inode to be freed */
110 xfs_ino_t *first_ino); /* first inode in deleted cluster */
120 xfs_ino_t ino, /* inode to locate */
H A Dxfs_imap.h36 int xfs_imap(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
H A Dxfs_dir2.h86 char *name, int namelen, xfs_ino_t inum,
90 char *name, int namelen, xfs_ino_t *inum);
92 char *name, int namelen, xfs_ino_t ino,
98 char *name, int namelen, xfs_ino_t inum,
103 extern int xfs_dir_ino_validate(struct xfs_mount *mp, xfs_ino_t ino);
H A Dxfs_utils.h29 extern int xfs_dir_lookup_int (bhv_desc_t *, uint, bhv_vname_t *, xfs_ino_t *,
H A Dxfs_dir2_sf.h59 #define XFS_DIR2_MAX_SHORT_INUM ((xfs_ino_t)0xffffffffULL)
119 static inline void xfs_dir2_sf_put_inumber(xfs_dir2_sf_t *sfp, xfs_ino_t *from,
187 extern int xfs_dir2_sf_create(struct xfs_da_args *args, xfs_ino_t pino);
H A Dxfs_types.h48 typedef __u64 xfs_ino_t; /* <inode> type */ typedef
155 xfs_ino_t d_ino; /* inode number of entry */
H A Dxfs_itable.c45 xfs_ino_t ino)
55 xfs_ino_t ino, /* inode number to get data for */
135 xfs_ino_t ino, /* inode number to get data for */
212 xfs_ino_t ino, /* inode number to get data for */
306 xfs_ino_t *lastinop, /* last inode returned */
333 xfs_ino_t ino; /* inode number (filesystem) */
337 xfs_ino_t lastino=0; /* last inode number returned */
356 ino = (xfs_ino_t)*lastinop;
694 *lastinop = (xfs_ino_t)XFS_AGINO_TO_INO(mp, agno, 0);
697 *lastinop = (xfs_ino_t)lastin
[all...]
H A Dxfs_dir2_trace.h54 void xfs_dir2_trace_args_i(char *where, struct xfs_da_args *args, xfs_ino_t i);
H A Dxfs_sb.h98 xfs_ino_t sb_rootino; /* root inode number */
99 xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */
100 xfs_ino_t sb_rsumino; /* summary inode for rt bitmap */
132 xfs_ino_t sb_uquotino; /* user quota inode */
133 xfs_ino_t sb_gquotino; /* group quota inode */
H A Dxfs_inode.h253 xfs_ino_t i_ino; /* inode number (agno/agino)*/
481 xfs_inode_t *xfs_inode_incore(struct xfs_mount *, xfs_ino_t,
484 int xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
507 int xfs_iread(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
H A Dxfs_arch.h221 (((xfs_ino_t)XFS_DI_LO(di) & 0xffffffffULL) | \
222 ((xfs_ino_t)XFS_DI_HI(di) << 32))
H A Dxfs_dir2.c94 xfs_ino_t ino)
152 xfs_ino_t inum, /* new entry inode number */
203 xfs_ino_t *inum) /* out: inode number */
253 xfs_ino_t ino,
349 xfs_ino_t inum, /* new inode number */
H A Dxfs_dir2_sf.c86 xfs_ino_t parent = 0; /* parent inode number */
169 xfs_ino_t temp;
611 xfs_ino_t ino; /* entry inode number */
649 xfs_ino_t pino) /* parent inode number */
1008 xfs_ino_t ino=0; /* entry old inode number */
1152 xfs_ino_t ino; /* entry inode number */
1229 xfs_ino_t ino; /* entry inode number */
H A Dxfs_ialloc.c367 xfs_ino_t parent, /* parent directory inode number */
508 xfs_ino_t parent, /* parent inode (directory) */
514 xfs_ino_t *inop) /* inode number allocated */
525 xfs_ino_t ino; /* fs-relative inode to be returned */
931 xfs_ino_t inode, /* inode to be freed */
934 xfs_ino_t *first_ino) /* first inode in deleted cluster */
1143 xfs_ino_t ino, /* inode to locate */
H A Dxfs_da_btree.h111 xfs_ino_t inumber; /* input/output inode number */
H A Dxfs_dir2_trace.c168 xfs_ino_t i)
H A Dxfs_trans_inode.c81 xfs_ino_t ino,
H A Dxfs_utils.c71 xfs_ino_t *inum,
H A Dxfs_iget.c189 xfs_ino_t ino,
509 xfs_ino_t ino,
587 xfs_ino_t ino,
H A Dxfs_rename.c96 xfs_ino_t inum1, inum2;
H A Dxfs_inode.c148 xfs_ino_t ino,
855 xfs_ino_t ino,
1092 xfs_ino_t ino;
1986 xfs_ino_t next_ino;
2167 xfs_ino_t inum)
2347 xfs_ino_t first_ino;
2633 xfs_ino_t ino,
H A Dxfs_mount.h398 xfs_ino_t m_inoadd; /* add value for ino64_offset */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c202 xfs_ino_t ino;
998 xfs_ino_t inlast; /* last inode number */
1044 sizeof(xfs_ino_t)))

Completed in 112 milliseconds

12