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

  /external/syslinux/core/fs/xfs/
xfs_dir2.h 53 return (last == XFS_INFO(fs)->dirleafblk + (1 << XFS_INFO(fs)->dirblklog));
xfs.h 209 uint8_t dirblklog; member in struct:xfs_fs_info
537 return db << XFS_INFO(fs)->dirblklog;
550 (by >> (XFS_INFO(fs)->block_shift + XFS_INFO(fs)->dirblklog));
563 (( 1 << (XFS_INFO(fs)->block_shift + XFS_INFO(fs)->dirblklog)) - 1));
xfs.c 355 info->dirblklog = sb->sb_dirblklog;
xfs_dir2.c 72 int count = c << XFS_INFO(fs)->dirblklog;

Completed in 919 milliseconds