Searched refs:conf (Results 1 – 6 of 6) sorted by relevance
/fs/lockd/ |
D | svclock.c | 526 struct file_lock *conf = kzalloc(sizeof(*conf), GFP_KERNEL); in nlmsvc_testlock() local 528 if (conf == NULL) in nlmsvc_testlock() 532 kfree(conf); in nlmsvc_testlock() 535 block->b_fl = conf; in nlmsvc_testlock() 670 nlmsvc_update_deferred_block(struct nlm_block *block, struct file_lock *conf, in nlmsvc_update_deferred_block() argument 678 if (conf) { in nlmsvc_update_deferred_block() 680 __locks_copy_lock(block->b_fl, conf); in nlmsvc_update_deferred_block() 684 static int nlmsvc_grant_deferred(struct file_lock *fl, struct file_lock *conf, in nlmsvc_grant_deferred() argument 700 nlmsvc_update_deferred_block(block, conf, result); in nlmsvc_grant_deferred()
|
/fs/nfsd/ |
D | nfs4state.c | 1625 struct nfs4_client *unconf, *conf, *new; in nfsd4_exchange_id() local 1656 conf = find_confirmed_client_by_name(&exid->clname, nn); in nfsd4_exchange_id() 1657 if (conf) { in nfsd4_exchange_id() 1658 bool creds_match = same_creds(&conf->cl_cred, &rqstp->rq_cred); in nfsd4_exchange_id() 1659 bool verfs_match = same_verf(&verf, &conf->cl_verifier); in nfsd4_exchange_id() 1662 if (!clp_used_exchangeid(conf)) { /* buggy client */ in nfsd4_exchange_id() 1676 new = conf; in nfsd4_exchange_id() 1680 if (client_has_state(conf)) { in nfsd4_exchange_id() 1684 expire_client(conf); in nfsd4_exchange_id() 1688 conf->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R; in nfsd4_exchange_id() [all …]
|
D | nfs4xdr.c | 2702 struct xdr_netobj *conf = &ld->ld_owner; in nfsd4_encode_lock_denied() local 2705 RESERVE_SPACE(32 + XDR_LEN(conf->len)); in nfsd4_encode_lock_denied() 2709 if (conf->len) { in nfsd4_encode_lock_denied() 2711 WRITE32(conf->len); in nfsd4_encode_lock_denied() 2712 WRITEMEM(conf->data, conf->len); in nfsd4_encode_lock_denied() 2713 kfree(conf->data); in nfsd4_encode_lock_denied()
|
/fs/cachefiles/ |
D | Kconfig | 20 by including a debugging specifier in /etc/cachefilesd.conf.
|
/fs/cifs/ |
D | README | 140 to your smb.conf file on the server. Note that the following smb.conf settings 162 Some administrators may want to change Samba's smb.conf "map archive" and 170 ("man smb.conf") on the Samba server system. Note that the cifs vfs, 171 unlike the smbfs vfs, does not read the smb.conf on the client system 721 /etc/request-key.conf file. The cifs.upcall helper program is from the Samba 732 be configured in the file /etc/request-key.conf. Samba, Windows servers and 738 /etc/request-key.conf file:
|
/fs/ |
D | locks.c | 1791 int vfs_lock_file(struct file *filp, unsigned int cmd, struct file_lock *fl, struct file_lock *conf) in vfs_lock_file() argument 1796 return posix_lock_file(filp, fl, conf); in vfs_lock_file()
|