Home
last modified time | relevance | path

Searched refs:coda_cred (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/linux/
Dcoda_linux.h60 void coda_load_creds(struct coda_cred *cred);
65 int coda_cred_ok(struct coda_cred *cred);
66 int coda_cred_eq(struct coda_cred *cred1, struct coda_cred *cred2);
Dcoda_fs_i.h24 struct coda_cred c_cached_cred; /* credentials of cached perms */
36 struct coda_cred cfi_cred; /* credentials of opener */
Dcoda.h239 struct coda_cred { struct
343 struct coda_cred cred; /* Common to all */
618 struct coda_cred cred;
639 struct coda_cred cred;
Dcoda_psdev.h44 struct coda_cred *);
47 struct coda_cred *);
Dcoda_cache.h16 void coda_cache_clear_all(struct super_block *sb, struct coda_cred *cred);
/linux-2.4.37.9/fs/coda/
Dcoda_linux.c53 void coda_load_creds(struct coda_cred *cred) in coda_load_creds()
66 int coda_cred_ok(struct coda_cred *cred) in coda_cred_ok()
71 int coda_cred_eq(struct coda_cred *cred1, struct coda_cred *cred2) in coda_cred_eq()
Dcache.c47 void coda_cache_clear_all(struct super_block *sb, struct coda_cred *cred) in coda_cache_clear_all()
Dupcall.c169 struct coda_cred *cred) in venus_store()
208 struct coda_cred *cred) in venus_close()
899 struct coda_cred *cred = &out->coda_purgeuser.cred; in coda_downcall()