Searched refs:fs_offmax (Results 1 – 3 of 3) sorted by relevance
98 offset_t fs_offmax; /* maximum offset if backvp */ member
561 fscp->fs_offmax = (1LL << (maxfilesizebits - 1)) - 1; in cachefs_mount()
938 if (uiop->uio_loffset > fscp->fs_offmax) { in cachefs_write()943 if (limit > fscp->fs_offmax) in cachefs_write()944 limit = fscp->fs_offmax; in cachefs_write()2561 if (vap->va_size > fscp->fs_offmax) { in cachefs_setattr_disconnected()10238 u_offset_t maxsize = fscp->fs_offmax; in cachefs_pathconf()