Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c933 path_put(&context->pwd); in audit_free_names()
934 context->pwd.dentry = NULL; in audit_free_names()
935 context->pwd.mnt = NULL; in audit_free_names()
1533 if (context->pwd.dentry && context->pwd.mnt) in audit_log_name()
1534 audit_log_d_path(ab, " name=", &context->pwd); in audit_log_name()
1791 if (context->pwd.dentry && context->pwd.mnt) { in audit_log_exit()
1794 audit_log_d_path(ab, "cwd=", &context->pwd); in audit_log_exit()
2188 if (!context->pwd.dentry) in audit_alloc_name()
2189 get_fs_pwd(current->fs, &context->pwd); in audit_alloc_name()
Daudit.h130 struct path pwd; member
Dnsproxy.c509 set_fs_pwd(me->fs, &nsset->fs->pwd); in commit_nsset()