Home
last modified time | relevance | path

Searched refs:pwd (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dauditsc.c883 path_put(&context->pwd); in audit_free_names()
884 context->pwd.dentry = NULL; in audit_free_names()
885 context->pwd.mnt = NULL; in audit_free_names()
1425 if (context->pwd.dentry && context->pwd.mnt) { in audit_log_exit()
1428 audit_log_d_path(ab, "cwd=", &context->pwd); in audit_log_exit()
1742 if (!context->pwd.dentry) in __audit_getname()
1743 get_fs_pwd(current->fs, &context->pwd); in __audit_getname()
Daudit.h132 struct path pwd; member
Daudit.c1784 audit_log_d_path(ab, " name=", &context->pwd); in audit_log_name()