Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfs4state.c3081 struct nfs4_client *conf, *new; in nfsd4_exchange_id() local
3151 conf = find_confirmed_client_by_name(&exid->clname, nn); in nfsd4_exchange_id()
3152 if (conf) { in nfsd4_exchange_id()
3153 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred); in nfsd4_exchange_id()
3154 bool verfs_match = same_verf(&verf, &conf->cl_verifier); in nfsd4_exchange_id()
3157 if (!clp_used_exchangeid(conf)) { /* buggy client */ in nfsd4_exchange_id()
3161 if (!nfsd4_mach_creds_match(conf, rqstp)) { in nfsd4_exchange_id()
3178 if (client_has_state(conf)) { in nfsd4_exchange_id()
3185 conf->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R; in nfsd4_exchange_id()
3189 conf = NULL; in nfsd4_exchange_id()
[all …]
Dnfs4xdr.c3578 struct xdr_netobj *conf = &ld->ld_owner; in nfsd4_encode_lock_denied() local
3582 p = xdr_reserve_space(xdr, 32 + XDR_LEN(conf->len)); in nfsd4_encode_lock_denied()
3588 if (conf->len) { in nfsd4_encode_lock_denied()
3589 kfree(conf->data); in nfsd4_encode_lock_denied()
3590 conf->len = 0; in nfsd4_encode_lock_denied()
3591 conf->data = NULL; in nfsd4_encode_lock_denied()
3599 if (conf->len) { in nfsd4_encode_lock_denied()
3601 p = xdr_encode_opaque(p, conf->data, conf->len); in nfsd4_encode_lock_denied()
3602 kfree(conf->data); in nfsd4_encode_lock_denied()
/fs/cachefiles/
DKconfig21 by including a debugging specifier in /etc/cachefilesd.conf.
/fs/
Dlocks.c2425 int vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() argument
2430 return posix_lock_file(filp, fl, conf); in vfs_lock_file()