Lines Matching refs:op

97 		  const char *op, u32 request, const char *name,  in aa_audit_file()  argument
102 DEFINE_AUDIT_DATA(ad, LSM_AUDIT_DATA_TASK, AA_CLASS_FILE, op); in aa_audit_file()
148 static int path_name(const char *op, const struct cred *subj_cred, in path_name() argument
162 profile, &nullperms, op, request, *name, in path_name()
221 int __aa_path_perm(const char *op, const struct cred *subj_cred, in __aa_path_perm() argument
237 profile, perms, op, request, name, NULL, NULL, in __aa_path_perm()
242 static int profile_path_perm(const char *op, const struct cred *subj_cred, in profile_path_perm() argument
254 error = path_name(op, subj_cred, &profile->label, path, in profile_path_perm()
259 return __aa_path_perm(op, subj_cred, profile, name, request, cond, in profile_path_perm()
275 int aa_path_perm(const char *op, const struct cred *subj_cred, in aa_path_perm() argument
291 profile_path_perm(op, subj_cred, profile, path, buffer, in aa_path_perm()
478 static int __file_path_perm(const char *op, const struct cred *subj_cred, in __file_path_perm() argument
506 profile_path_perm(op, subj_cred, profile, in __file_path_perm()
520 profile_path_perm(op, subj_cred, in __file_path_perm()
526 profile_path_perm(op, subj_cred, in __file_path_perm()
539 static int __file_sock_perm(const char *op, const struct cred *subj_cred, in __file_sock_perm() argument
551 error = aa_sock_file_perm(subj_cred, label, op, request, file); in __file_sock_perm()
555 last_error(error, aa_sock_file_perm(subj_cred, flabel, op, in __file_sock_perm()
604 int aa_file_perm(const char *op, const struct cred *subj_cred, in aa_file_perm() argument
642 error = __file_path_perm(op, subj_cred, label, flabel, file, in aa_file_perm()
646 error = __file_sock_perm(op, subj_cred, label, flabel, file, in aa_file_perm()