Searched refs:pwd (Results 1 – 3 of 3) sorted by relevance
933 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()
130 struct path pwd; member
509 set_fs_pwd(me->fs, &nsset->fs->pwd); in commit_nsset()