Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vfsops.c162 ulong_t maxfilesizebits; in cachefs_mount() local
552 error = VOP_PATHCONF(backrootvp, _PC_FILESIZEBITS, &maxfilesizebits, in cachefs_mount()
561 fscp->fs_offmax = (1LL << (maxfilesizebits - 1)) - 1; in cachefs_mount()