Home
last modified time | relevance | path

Searched refs:cred (Results 1 – 5 of 5) sorted by relevance

/rust/helpers/
A Dcred.c5 const struct cred *rust_helper_get_cred(const struct cred *cred) in rust_helper_get_cred() argument
7 return get_cred(cred); in rust_helper_get_cred()
10 void rust_helper_put_cred(const struct cred *cred) in rust_helper_put_cred() argument
12 put_cred(cred); in rust_helper_put_cred()
A Dsecurity.c6 void rust_helper_security_cred_getsecid(const struct cred *c, u32 *secid) in rust_helper_security_cred_getsecid()
/rust/kernel/
A Dcred.rs32 pub struct Credential(Opaque<bindings::cred>);
51 pub unsafe fn from_ptr<'a>(ptr: *const bindings::cred) -> &'a Credential { in from_ptr()
A Dlib.rs78 pub mod cred; module
/rust/kernel/fs/
A Dfile.rs12 cred::Credential,
315 pub fn cred(&self) -> &Credential { in cred() method

Completed in 11 milliseconds