Home
last modified time | relevance | path

Searched refs:conf (Results 1 – 4 of 4) sorted by relevance

/fs/nfsd/
Dnfs4state.c2959 struct nfs4_client *conf, *new; in nfsd4_exchange_id() local
3029 conf = find_confirmed_client_by_name(&exid->clname, nn); in nfsd4_exchange_id()
3030 if (conf) { in nfsd4_exchange_id()
3031 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred); in nfsd4_exchange_id()
3032 bool verfs_match = same_verf(&verf, &conf->cl_verifier); in nfsd4_exchange_id()
3035 if (!clp_used_exchangeid(conf)) { /* buggy client */ in nfsd4_exchange_id()
3039 if (!nfsd4_mach_creds_match(conf, rqstp)) { in nfsd4_exchange_id()
3056 if (client_has_state(conf)) { in nfsd4_exchange_id()
3063 conf->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R; in nfsd4_exchange_id()
3067 conf = NULL; in nfsd4_exchange_id()
[all …]
Dnfs4xdr.c3268 struct xdr_netobj *conf = &ld->ld_owner; in nfsd4_encode_lock_denied() local
3272 p = xdr_reserve_space(xdr, 32 + XDR_LEN(conf->len)); in nfsd4_encode_lock_denied()
3278 if (conf->len) { in nfsd4_encode_lock_denied()
3279 kfree(conf->data); in nfsd4_encode_lock_denied()
3280 conf->len = 0; in nfsd4_encode_lock_denied()
3281 conf->data = NULL; in nfsd4_encode_lock_denied()
3289 if (conf->len) { in nfsd4_encode_lock_denied()
3291 p = xdr_encode_opaque(p, conf->data, conf->len); in nfsd4_encode_lock_denied()
3292 kfree(conf->data); in nfsd4_encode_lock_denied()
/fs/cachefiles/
DKconfig21 by including a debugging specifier in /etc/cachefilesd.conf.
/fs/
Dlocks.c2394 int vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() argument
2399 return posix_lock_file(filp, fl, conf); in vfs_lock_file()