Lines Matching refs:cred
96 static int nfs4_do_setattr(struct inode *inode, const struct cred *cred,
102 const struct cred *cred,
106 const struct cred *);
108 const struct cred *, bool);
364 const struct cred *cred) in nfs4_test_and_free_stateid() argument
368 ops->test_and_free_expired(server, stateid, cred); in nfs4_test_and_free_stateid()
373 const struct cred *cred) in __nfs4_free_revoked_stateid() argument
376 nfs4_test_and_free_stateid(server, stateid, cred); in __nfs4_free_revoked_stateid()
381 const struct cred *cred) in nfs4_free_revoked_stateid() argument
386 __nfs4_free_revoked_stateid(server, &tmp, cred); in nfs4_free_revoked_stateid()
2559 static int nfs4_opendata_access(const struct cred *cred, in nfs4_opendata_access() argument
2586 cache.cred = cred; in nfs4_opendata_access()
2727 const struct cred *cred) in nfs40_test_and_free_expired_stateid() argument
2735 const struct cred *cred) in nfs41_test_and_free_expired_stateid() argument
2749 status = nfs41_test_stateid(server, stateid, cred); in nfs41_test_and_free_expired_stateid()
2760 nfs41_free_stateid(server, stateid, cred, true); in nfs41_test_and_free_expired_stateid()
2769 const struct cred *cred = NULL; in nfs41_check_delegation_stateid() local
2789 if (delegation->cred) in nfs41_check_delegation_stateid()
2790 cred = get_cred(delegation->cred); in nfs41_check_delegation_stateid()
2792 status = nfs41_test_and_free_expired_stateid(server, &stateid, cred); in nfs41_check_delegation_stateid()
2799 put_cred(cred); in nfs41_check_delegation_stateid()
2836 const struct cred *cred = lsp->ls_state->owner->so_cred; in nfs41_check_expired_locks() local
2846 cred); in nfs41_check_expired_locks()
2880 const struct cred *cred = state->owner->so_cred; in nfs41_check_open_stateid() local
2885 status = nfs41_test_and_free_expired_stateid(server, stateid, cred); in nfs41_check_open_stateid()
3034 const struct cred *cred = ctx->cred; in _nfs4_do_open() local
3045 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL); in _nfs4_do_open()
3099 status = nfs4_do_setattr(state->inode, cred, in _nfs4_do_open()
3206 const struct cred *cred, in _nfs4_do_setattr() argument
3214 .rpc_cred = cred, in _nfs4_do_setattr()
3216 const struct cred *delegation_cred = NULL; in _nfs4_do_setattr()
3258 static int nfs4_do_setattr(struct inode *inode, const struct cred *cred, in nfs4_do_setattr() argument
3290 err = _nfs4_do_setattr(inode, &arg, &res, cred, ctx); in nfs4_do_setattr()
4113 const struct cred *cred = NULL; in nfs4_proc_setattr() local
4138 cred = ctx->cred; in nfs4_proc_setattr()
4149 status = nfs4_do_setattr(inode, cred, fattr, sattr, ctx, NULL, label); in nfs4_proc_setattr()
4336 .rpc_cred = entry->cred, in _nfs4_proc_access()
4848 static int _nfs4_proc_readdir(struct dentry *dentry, const struct cred *cred, in _nfs4_proc_readdir() argument
4865 .rpc_cred = cred, in _nfs4_proc_readdir()
4886 static int nfs4_proc_readdir(struct dentry *dentry, const struct cred *cred, in nfs4_proc_readdir() argument
4894 err = _nfs4_proc_readdir(dentry, cred, cookie, in nfs4_proc_readdir()
5424 static int nfs4_proc_async_renew(struct nfs_client *clp, const struct cred *cred, unsigned renew_fl… in nfs4_proc_async_renew() argument
5429 .rpc_cred = cred, in nfs4_proc_async_renew()
5448 static int nfs4_proc_renew(struct nfs_client *clp, const struct cred *cred) in nfs4_proc_renew() argument
5453 .rpc_cred = cred, in nfs4_proc_renew()
6065 unsigned short port, const struct cred *cred, in nfs4_proc_setclientid() argument
6078 .rpc_cred = cred, in nfs4_proc_setclientid()
6135 const struct cred *cred) in nfs4_proc_setclientid_confirm() argument
6140 .rpc_cred = cred, in nfs4_proc_setclientid_confirm()
6278 static int _nfs4_proc_delegreturn(struct inode *inode, const struct cred *cred, const nfs4_stateid … in _nfs4_proc_delegreturn() argument
6285 .rpc_cred = cred, in _nfs4_proc_delegreturn()
6316 data->lr.roc = pnfs_roc(inode, &data->lr.arg, &data->lr.res, cred); in _nfs4_proc_delegreturn()
6345 int nfs4_proc_delegreturn(struct inode *inode, const struct cred *cred, const nfs4_stateid *stateid… in nfs4_proc_delegreturn() argument
6351 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync); in nfs4_proc_delegreturn()
6594 .rpc_cred = ctx->cred, in nfs4_do_unlck()
7448 struct page *page, const struct cred *cred) in _nfs40_proc_get_locations() argument
7472 .rpc_cred = cred, in _nfs40_proc_get_locations()
7505 struct page *page, const struct cred *cred) in _nfs41_proc_get_locations() argument
7526 .rpc_cred = cred, in _nfs41_proc_get_locations()
7564 struct page *page, const struct cred *cred) in nfs4_proc_get_locations() argument
7582 status = ops->get_locations(inode, locations, page, cred); in nfs4_proc_get_locations()
7597 static int _nfs40_proc_fsid_present(struct inode *inode, const struct cred *cred) in _nfs40_proc_fsid_present() argument
7614 .rpc_cred = cred, in _nfs40_proc_fsid_present()
7643 static int _nfs41_proc_fsid_present(struct inode *inode, const struct cred *cred) in _nfs41_proc_fsid_present() argument
7656 .rpc_cred = cred, in _nfs41_proc_fsid_present()
7690 int nfs4_proc_fsid_present(struct inode *inode, const struct cred *cred) in nfs4_proc_fsid_present() argument
7708 status = ops->fsid_present(inode, cred); in nfs4_proc_fsid_present()
7752 const struct cred *cred = NULL; in _nfs4_proc_secinfo() local
7758 cred = nfs4_get_clid_cred(clp); in _nfs4_proc_secinfo()
7759 msg.rpc_cred = cred; in _nfs4_proc_secinfo()
7770 put_cred(cred); in _nfs4_proc_secinfo()
7861 const struct cred *cred) in nfs4_proc_bind_one_conn_to_session() argument
7874 .rpc_cred = cred, in nfs4_proc_bind_one_conn_to_session()
7923 const struct cred *cred; member
7933 return nfs4_proc_bind_one_conn_to_session(clnt, xprt, p->clp, p->cred); in nfs4_proc_bind_conn_to_session_callback()
7936 int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, const struct cred *cred) in nfs4_proc_bind_conn_to_session() argument
7940 .cred = cred, in nfs4_proc_bind_conn_to_session()
8102 nfs4_run_exchange_id(struct nfs_client *clp, const struct cred *cred, in nfs4_run_exchange_id() argument
8107 .rpc_cred = cred, in nfs4_run_exchange_id()
8198 static int _nfs4_proc_exchange_id(struct nfs_client *clp, const struct cred *cred, in _nfs4_proc_exchange_id() argument
8206 task = nfs4_run_exchange_id(clp, cred, sp4_how, NULL); in _nfs4_proc_exchange_id()
8265 int nfs4_proc_exchange_id(struct nfs_client *clp, const struct cred *cred) in nfs4_proc_exchange_id() argument
8273 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED); in nfs4_proc_exchange_id()
8279 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE); in nfs4_proc_exchange_id()
8312 task = nfs4_run_exchange_id(adata->clp, adata->cred, sp4_how, xprt); in nfs4_test_session_trunk()
8329 const struct cred *cred) in _nfs4_proc_destroy_clientid() argument
8334 .rpc_cred = cred, in _nfs4_proc_destroy_clientid()
8348 const struct cred *cred) in nfs4_proc_destroy_clientid() argument
8354 ret = _nfs4_proc_destroy_clientid(clp, cred); in nfs4_proc_destroy_clientid()
8369 const struct cred *cred; in nfs4_destroy_clientid() local
8378 cred = nfs4_get_clid_cred(clp); in nfs4_destroy_clientid()
8379 ret = nfs4_proc_destroy_clientid(clp, cred); in nfs4_destroy_clientid()
8380 put_cred(cred); in nfs4_destroy_clientid()
8594 const struct cred *cred) in _nfs4_proc_create_session() argument
8609 .rpc_cred = cred, in _nfs4_proc_create_session()
8647 int nfs4_proc_create_session(struct nfs_client *clp, const struct cred *cred) in nfs4_proc_create_session() argument
8655 status = _nfs4_proc_create_session(clp, cred); in nfs4_proc_create_session()
8678 const struct cred *cred) in nfs4_proc_destroy_session() argument
8683 .rpc_cred = cred, in nfs4_proc_destroy_session()
8781 const struct cred *cred, in _nfs41_proc_sequence() argument
8788 .rpc_cred = cred, in _nfs41_proc_sequence()
8824 static int nfs41_proc_async_sequence(struct nfs_client *clp, const struct cred *cred, unsigned rene… in nfs41_proc_async_sequence() argument
8831 task = _nfs41_proc_sequence(clp, cred, NULL, false); in nfs41_proc_async_sequence()
8840 static int nfs4_proc_sequence(struct nfs_client *clp, const struct cred *cred) in nfs4_proc_sequence() argument
8845 task = _nfs41_proc_sequence(clp, cred, NULL, true); in nfs4_proc_sequence()
8934 const struct cred *cred) in nfs41_proc_reclaim_complete() argument
8939 .rpc_cred = cred, in nfs41_proc_reclaim_complete()
9110 .rpc_cred = lgp->cred, in nfs4_proc_layoutget()
9251 .rpc_cred = lrp->cred, in nfs4_proc_layoutreturn()
9289 const struct cred *cred) in _nfs4_proc_getdeviceinfo() argument
9303 .rpc_cred = cred, in _nfs4_proc_getdeviceinfo()
9321 const struct cred *cred) in nfs4_proc_getdeviceinfo() argument
9328 _nfs4_proc_getdeviceinfo(server, pdev, cred), in nfs4_proc_getdeviceinfo()
9378 put_cred(data->cred); in nfs4_layoutcommit_release()
9396 .rpc_cred = data->cred, in nfs4_proc_layoutcommit()
9466 const struct cred *cred = NULL; in _nfs41_proc_secinfo_no_name() local
9473 cred = nfs4_get_clid_cred(server->nfs_client); in _nfs41_proc_secinfo_no_name()
9474 msg.rpc_cred = cred; in _nfs41_proc_secinfo_no_name()
9482 put_cred(cred); in _nfs41_proc_secinfo_no_name()
9597 const struct cred *cred) in _nfs41_test_stateid() argument
9608 .rpc_cred = cred, in _nfs41_test_stateid()
9658 const struct cred *cred) in nfs41_test_stateid() argument
9665 err = _nfs41_test_stateid(server, stateid, cred); in nfs41_test_stateid()
9722 const struct cred *cred, in nfs41_free_stateid() argument
9727 .rpc_cred = cred, in nfs41_free_stateid()
9763 const struct cred *cred = lsp->ls_state->owner->so_cred; in nfs41_free_lock_state() local
9765 nfs41_free_stateid(server, &lsp->ls_stateid, cred, false); in nfs41_free_lock_state()