HomeSort by relevance Sort by last modified time
    Searched refs:xfs_ino_t (Results 1 - 7 of 7) sorted by null

  /external/syslinux/core/fs/xfs/
xfs_dinode.h 21 xfs_dinode_t *xfs_dinode_get_core(struct fs_info *fs, xfs_ino_t ino);
xfs_dinode.c 30 xfs_dinode_t *xfs_dinode_get_core(struct fs_info *fs, xfs_ino_t ino)
xfs_types.h 34 typedef unsigned long long xfs_ino_t; /* <inode> type */ typedef
xfs.h 82 (((xfs_ino_t)XFS_DI_LO(di) & 0xffffffffULL) | \
83 ((xfs_ino_t)XFS_DI_HI(di) << 32))
143 xfs_ino_t sb_rootino; /* root inode number */
144 xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */
145 xfs_ino_t sb_rsumino; /* summary inode for rt bitmap */
177 xfs_ino_t sb_uquotino; /* user quota inode */
178 xfs_ino_t sb_gquotino; /* group quota inode */
217 xfs_ino_t rootino; /* Root inode number for the filesystem */
417 typedef xfs_ino_t xfs_intino_t;
642 xfs_ino_t ino
    [all...]
xfs_readdir.c 33 uint32_t offset, xfs_ino_t ino, char *name,
73 xfs_ino_t ino;
137 xfs_ino_t ino;
  /external/syslinux/extlinux/
xfs_types.h 34 typedef unsigned long long xfs_ino_t; /* <inode> type */ typedef
xfs_sb.h 116 xfs_ino_t sb_rootino; /* root inode number */
117 xfs_ino_t sb_rbmino; /* bitmap inode for realtime extents */
118 xfs_ino_t sb_rsumino; /* summary inode for rt bitmap */
150 xfs_ino_t sb_uquotino; /* user quota inode */
151 xfs_ino_t sb_gquotino; /* group quota inode */

Completed in 2837 milliseconds