Home
last modified time | relevance | path

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

/fs/xfs/
A Dxfs_qm_bhv.c21 struct kstatfs *statp, in xfs_fill_statvfs_from_dquot() argument
41 statp->f_blocks = min(statp->f_blocks, limit); in xfs_fill_statvfs_from_dquot()
42 statp->f_bfree = min(statp->f_bfree, remaining); in xfs_fill_statvfs_from_dquot()
54 statp->f_files = min(statp->f_files, limit); in xfs_fill_statvfs_from_dquot()
55 statp->f_ffree = min(statp->f_ffree, remaining); in xfs_fill_statvfs_from_dquot()
70 struct kstatfs *statp) in xfs_qm_statvfs() argument
76 xfs_fill_statvfs_from_dquot(statp, ip, dqp); in xfs_qm_statvfs()
/fs/lockd/
A Dsvc.c648 __be32 *statp = rqstp->rq_accept_statp; in nlmsvc_dispatch() local
653 *statp = procp->pc_func(rqstp); in nlmsvc_dispatch()
654 if (*statp == rpc_drop_reply) in nlmsvc_dispatch()
656 if (*statp != rpc_success) in nlmsvc_dispatch()
665 *statp = rpc_garbage_args; in nlmsvc_dispatch()
669 *statp = rpc_system_err; in nlmsvc_dispatch()
/fs/nfsd/
A Dnfscache.c586 int cachetype, __be32 *statp) in nfsd_cache_update() argument
599 len = resv->iov_len - ((char*)statp - (char*)resv->iov_base); in nfsd_cache_update()
603 if (!statp || len > (256 >> 2)) { in nfsd_cache_update()
612 rp->c_replstat = *statp; in nfsd_cache_update()
623 memcpy(cachv->iov_base, statp, bufsize); in nfsd_cache_update()
A Dnfssvc.c950 __be32 *statp = rqstp->rq_accept_statp; in nfsd_dispatch() local
991 *statp = proc->pc_func(rqstp); in nfsd_dispatch()
1010 *statp = rpc_garbage_args; in nfsd_dispatch()
1021 *statp = rpc_system_err; in nfsd_dispatch()
A Dcache.h88 int cachetype, __be32 *statp);

Completed in 11 milliseconds