Searched refs:maxfilesize (Results 1 – 1 of 1) sorted by relevance
952 off_t maxfilesize = 0; in vop_stdallocate() local991 maxfilesize = sfs->f_maxfilesize; in vop_stdallocate()995 if (maxfilesize) { in vop_stdallocate()996 if (offset > maxfilesize || len > maxfilesize || in vop_stdallocate()997 offset + len > maxfilesize) { in vop_stdallocate()