Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c896 path_put(&context->pwd); in audit_free_names()
897 context->pwd.dentry = NULL; in audit_free_names()
898 context->pwd.mnt = NULL; in audit_free_names()
1390 if (context->pwd.dentry && context->pwd.mnt) { in audit_log_exit()
1393 audit_log_d_path(ab, " cwd=", &context->pwd); in audit_log_exit()
1717 if (!context->pwd.dentry) in __audit_getname()
1718 get_fs_pwd(current->fs, &context->pwd); in __audit_getname()
Daudit.h132 struct path pwd; member
Daudit.c1506 audit_log_d_path(ab, " name=", &context->pwd); in audit_log_name()