OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nm_maxfilesize
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/fs/nfs/client/
nfsmount.h
68
u_int64_t
nm_maxfilesize
; /* maximum file size */
member in struct:nfsmount
nfs_clport.c
1046
fsp->fs_maxfilesize < nmp->
nm_maxfilesize
)
1047
nmp->
nm_maxfilesize
= fsp->fs_maxfilesize;
nfs_clbio.c
436
(tmp_off > nmp->
nm_maxfilesize
|| tmp_off < uio->uio_offset)) {
931
if (tmp_off > nmp->
nm_maxfilesize
|| tmp_off < uio->uio_offset)
nfs_clvfsops.c
1473
nmp->
nm_maxfilesize
= 0xffffffffLL;
1475
nmp->
nm_maxfilesize
= OFF_MAX;
nfs_clrpcops.c
1421
if (tmp_off > nmp->
nm_maxfilesize
|| tmp_off < uiop->uio_offset) {
1596
if (tmp_off > nmp->
nm_maxfilesize
|| tmp_off < uiop->uio_offset) {
/src/sys/nfs/
nfsmount.h
171
u_int64_t
nm_maxfilesize
; /* maximum file size */
member in struct:nfsmount
nfs_vfsops.c
299
nmp->
nm_maxfilesize
= 0xffffffffffffffffull;
301
if (maxfsize > 0 && maxfsize < nmp->
nm_maxfilesize
)
302
nmp->
nm_maxfilesize
= maxfsize;
736
nmp->
nm_maxfilesize
= 0xffffffffLL;
nfs_clntsubs.c
271
if (vap->va_size > VFSTONFS(vp->v_mount)->
nm_maxfilesize
) {
nfs_bio.c
110
(uio->uio_offset + uio->uio_resid) > nmp->
nm_maxfilesize
)
497
if ((uio->uio_offset + uio->uio_resid) > nmp->
nm_maxfilesize
)
nfs_vnops.c
592
if (vap->va_size > VFSTONFS(vp->v_mount)->
nm_maxfilesize
) {
1138
if (uiop->uio_offset + tsiz > nmp->
nm_maxfilesize
)
1249
if (uiop->uio_offset + tsiz > nmp->
nm_maxfilesize
)
3225
for (l = 0, maxsize = nmp->
nm_maxfilesize
;
Completed in 26 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025