Home
last modified time | relevance | path

Searched refs:xfs_max_file_offset (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_super.h77 extern __uint64_t xfs_max_file_offset(unsigned int);
Dxfs_super.c557 xfs_max_file_offset( in xfs_max_file_offset() function
1471 sb->s_maxbytes = xfs_max_file_offset(sb->s_blocksize_bits); in xfs_fs_fill_super()
/linux-2.6.39/fs/xfs/
Dxfs_mount.c1215 mp->m_maxioffset = xfs_max_file_offset(sbp->sb_blocklog); in xfs_mountfs()