Home
last modified time | relevance | path

Searched refs:auth (Results 1 – 13 of 13) sorted by relevance

/fs/ubifs/
A Dgc.c411 struct ubifs_auth_node *auth; in move_nodes() local
413 auth = kmalloc(ubifs_auth_node_sz(c), GFP_NOFS); in move_nodes()
414 if (!auth) { in move_nodes()
419 err = ubifs_prepare_auth_node(c, auth, in move_nodes()
422 kfree(auth); in move_nodes()
426 err = ubifs_wbuf_write_nolock(wbuf, auth, in move_nodes()
429 kfree(auth); in move_nodes()
A Dauth.c65 struct ubifs_auth_node *auth = node; in ubifs_prepare_auth_node() local
80 err = ubifs_hash_calc_hmac(c, hash, auth->hmac); in ubifs_prepare_auth_node()
84 auth->ch.node_type = UBIFS_AUTH_NODE; in ubifs_prepare_auth_node()
85 ubifs_prepare_node(c, auth, ubifs_auth_node_sz(c), 0); in ubifs_prepare_auth_node()
A DMakefile11 ubifs-$(CONFIG_UBIFS_FS_AUTHENTICATION) += auth.o
A Dreplay.c611 struct ubifs_auth_node *auth = snod->node; in authenticate_sleb() local
622 err = ubifs_check_hmac(c, auth->hmac, hmac); in authenticate_sleb()
/fs/ceph/
A Dmds_client.c5607 struct ceph_mds_cap_auth *auth, in ceph_mds_auth_match() argument
5621 if (auth->match.uid != caller_uid) in ceph_mds_auth_match()
5623 if (auth->match.num_gids) { in ceph_mds_auth_match()
5633 if (gid == auth->match.gids[j]) { in ceph_mds_auth_match()
5648 if (auth->match.path) { in ceph_mds_auth_match()
5653 len = strlen(auth->match.path); in ceph_mds_auth_match()
5660 spath, tpath, auth->match.path); in ceph_mds_auth_match()
6295 return auth; in mds_get_authorizer()
6317 auth->authorizer_reply_buf, auth->authorizer_reply_buf_len, in mds_verify_authorizer_reply()
6346 *authorizer = auth->authorizer_buf; in mds_get_auth_request()
[all …]
A Ddebugfs.c320 struct ceph_auth_client *ac = fsc->client->monc.auth; in mds_sessions_show()
A Dsnap.c927 client->monc.auth->global_id, __func__, in ceph_update_snap_trace()
A Dinode.c385 int mds = le32_to_cpu(dirinfo->auth); in ceph_fill_dirfrag()
/fs/smb/server/
A DMakefile7 ksmbd-y := unicode.o auth.o vfs.o vfs_cache.o server.o ndr.o \
/fs/nfsd/
A DMakefile14 export.o auth.o lockd.o nfscache.o \
/fs/nfs/
A Dsuper.c673 struct rpc_auth *auth = nfss->client->cl_auth; in nfs_show_stats() local
715 seq_printf(m, "\n\tsec:\tflavor=%u", auth->au_ops->au_flavor); in nfs_show_stats()
716 if (auth->au_flavor) in nfs_show_stats()
717 seq_printf(m, ",pseudoflavor=%u", auth->au_flavor); in nfs_show_stats()
A Dwrite.c1214 struct rpc_auth *auth = NFS_SERVER(inode)->client->cl_auth; in nfs_ctx_key_to_expire() local
1228 new = auth->au_ops->lookup_cred(auth, &acred, 0); in nfs_ctx_key_to_expire()
A Dnfs4proc.c4296 struct rpc_auth *auth; in nfs4_lookup_root_sec() local
4298 auth = rpcauth_create(&auth_args, server->client); in nfs4_lookup_root_sec()
4299 if (IS_ERR(auth)) in nfs4_lookup_root_sec()

Completed in 57 milliseconds