Home
last modified time | relevance | path

Searched refs:bitshift (Results 1 – 2 of 2) sorted by relevance

/fs/ocfs2/
Dsuper.c385 unsigned int bitshift = 32; in ocfs2_max_file_offset() local
406 bitshift = 31; in ocfs2_max_file_offset()
415 bitshift = 31; in ocfs2_max_file_offset()
424 return (((unsigned long long)bytes) << bitshift) - trim; in ocfs2_max_file_offset()
/fs/xfs/linux-2.6/
Dxfs_super.c608 unsigned int bitshift = BITS_PER_LONG - 1; in xfs_max_file_offset() local
628 bitshift = BITS_PER_LONG; in xfs_max_file_offset()
634 return (((__uint64_t)pagefactor) << bitshift) - 1; in xfs_max_file_offset()