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

  /external/grub/stage2/
fsys_xfs.c 30 xfs_fileoff_t offset;
142 static xfs_fileoff_t
145 return (((xfs_fileoff_t)le32 (r->l0) &
147 (((xfs_fileoff_t)le32 (r->l1)) >> 9);
171 isinxt (xfs_fileoff_t key, xfs_fileoff_t offset, xfs_filblks_t len)
296 xfs_fileoff_t offset;;
490 xfs_fileoff_t endofprev, endofcur, offset;
502 endofprev = (xfs_fileoff_t)-1;
xfs.h 73 typedef xfs_uint64_t xfs_fileoff_t; /* block number in a file */ typedef

Completed in 906 milliseconds