Home
last modified time | relevance | path

Searched refs:nfsd4_fallocate (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/fs/nfsd/
Dxdr4.h514 struct nfsd4_fallocate { struct
689 struct nfsd4_fallocate allocate;
690 struct nfsd4_fallocate deallocate;
Dnfs4proc.c1960 nfsd4_fallocate(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_fallocate() function
1961 struct nfsd4_fallocate *fallocate, int flags) in nfsd4_fallocate()
2005 return nfsd4_fallocate(rqstp, cstate, &u->allocate, 0); in nfsd4_allocate()
2012 return nfsd4_fallocate(rqstp, cstate, &u->deallocate, in nfsd4_deallocate()
Dnfs4xdr.c1921 struct nfsd4_fallocate *fallocate = &u->allocate; in nfsd4_decode_fallocate()