Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfs4state.c2339 struct nfs4_client *conf, *new; in nfsd4_exchange_id() local
2375 conf = find_confirmed_client_by_name(&exid->clname, nn); in nfsd4_exchange_id()
2376 if (conf) { in nfsd4_exchange_id()
2377 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred); in nfsd4_exchange_id()
2378 bool verfs_match = same_verf(&verf, &conf->cl_verifier); in nfsd4_exchange_id()
2381 if (!clp_used_exchangeid(conf)) { /* buggy client */ in nfsd4_exchange_id()
2385 if (!mach_creds_match(conf, rqstp)) { in nfsd4_exchange_id()
2402 if (client_has_state(conf)) { in nfsd4_exchange_id()
2409 conf->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R; in nfsd4_exchange_id()
2413 conf = NULL; in nfsd4_exchange_id()
[all …]
Dnfs4xdr.c3147 struct xdr_netobj *conf = &ld->ld_owner; in nfsd4_encode_lock_denied() local
3151 p = xdr_reserve_space(xdr, 32 + XDR_LEN(conf->len)); in nfsd4_encode_lock_denied()
3157 if (conf->len) { in nfsd4_encode_lock_denied()
3158 kfree(conf->data); in nfsd4_encode_lock_denied()
3159 conf->len = 0; in nfsd4_encode_lock_denied()
3160 conf->data = NULL; in nfsd4_encode_lock_denied()
3168 if (conf->len) { in nfsd4_encode_lock_denied()
3170 p = xdr_encode_opaque(p, conf->data, conf->len); in nfsd4_encode_lock_denied()
3171 kfree(conf->data); in nfsd4_encode_lock_denied()
/fs/cachefiles/
DKconfig20 by including a debugging specifier in /etc/cachefilesd.conf.
/fs/
Dlocks.c2104 int vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() argument
2109 return posix_lock_file(filp, fl, conf); in vfs_lock_file()