Searched refs:maxsize (Results 1 – 11 of 11) sorted by relevance
/fs/xfs/ |
D | kmem.c | 34 kmem_zalloc_greedy(size_t *size, size_t minsize, size_t maxsize) in kmem_zalloc_greedy() argument 37 size_t kmsize = maxsize; in kmem_zalloc_greedy()
|
/fs/nfsd/ |
D | nfsctl.c | 308 int uninitialized_var(maxsize); in write_filehandle() 331 len = get_int(&mesg, &maxsize); in write_filehandle() 335 if (maxsize < NFS_FHSIZE) in write_filehandle() 337 if (maxsize > NFS3_FHSIZE) in write_filehandle() 338 maxsize = NFS3_FHSIZE; in write_filehandle() 348 len = exp_rootfh(dom, path, &fh, maxsize); in write_filehandle()
|
D | nfsfh.h | 127 fh_init(struct svc_fh *fhp, int maxsize) in fh_init() argument 130 fhp->fh_maxsize = maxsize; in fh_init()
|
D | nfsfh.c | 390 int maxsize = (fhp->fh_maxsize - fhp->fh_handle.fh_size)/4; in _fh_update() local 394 exportfs_encode_fh(dentry, fid, &maxsize, subtreecheck); in _fh_update() 395 fhp->fh_handle.fh_size += maxsize * 4; in _fh_update()
|
D | export.c | 837 exp_rootfh(svc_client *clp, char *name, struct knfsd_fh *f, int maxsize) in exp_rootfh() argument 865 fh_init(&fh, maxsize); in exp_rootfh()
|
/fs/gfs2/ |
D | inode.h | 86 u64 minsize, u64 maxsize) in gfs2_check_internal_file_size() argument 89 if (size < minsize || size > maxsize) in gfs2_check_internal_file_size()
|
/fs/nfs/ |
D | delegation.c | 144 delegation->maxsize = res->maxsize; in nfs_inode_reclaim_delegation() 240 delegation->maxsize = res->maxsize; in nfs_inode_set_delegation()
|
D | delegation.h | 21 loff_t maxsize; member
|
D | nfs4xdr.c | 4616 static int decode_space_limit(struct xdr_stream *xdr, u64 *maxsize) in decode_space_limit() argument 4627 xdr_decode_hyper(p, maxsize); in decode_space_limit() 4632 *maxsize = (uint64_t)nblocks * (uint64_t)blocksize; in decode_space_limit() 4668 if (decode_space_limit(xdr, &res->maxsize) < 0) in decode_delegation()
|
/fs/ |
D | read_write.c | 39 loff_t offset, loff_t maxsize) in lseek_execute() argument 43 if (offset > maxsize) in lseek_execute() 70 loff_t maxsize) in generic_file_llseek_size() argument 94 maxsize); in generic_file_llseek_size() 116 return lseek_execute(file, inode, offset, maxsize); in generic_file_llseek_size()
|
/fs/reiserfs/ |
D | fix_node.c | 1569 int maxsize, ret; in dc_check_balance_internal() local 1575 maxsize = MAX_CHILD_SIZE(Sh); in dc_check_balance_internal() 1752 int maxsize, ret; in dc_check_balance_leaf() local 1763 maxsize = MAX_CHILD_SIZE(S0); /* maximal possible size of an item */ in dc_check_balance_leaf() 1767 RFALSE(-levbytes >= maxsize - B_FREE_SPACE(S0), in dc_check_balance_leaf()
|