Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c882 path_put(&context->pwd); in audit_free_names()
883 context->pwd.dentry = NULL; in audit_free_names()
884 context->pwd.mnt = NULL; in audit_free_names()
1424 if (context->pwd.dentry && context->pwd.mnt) { in audit_log_exit()
1427 audit_log_d_path(ab, " cwd=", &context->pwd); in audit_log_exit()
1741 if (!context->pwd.dentry) in __audit_getname()
1742 get_fs_pwd(current->fs, &context->pwd); in __audit_getname()
Daudit.h131 struct path pwd; member
Daudit.c1779 audit_log_d_path(ab, " name=", &context->pwd); in audit_log_name()