Searched refs:pwd (Results 1 – 3 of 3) sorted by relevance
179 struct path pwd; member821 path_put(&context->pwd); in audit_free_names()822 context->pwd.dentry = NULL; in audit_free_names()823 context->pwd.mnt = NULL; in audit_free_names()1455 if (context->pwd.dentry && context->pwd.mnt) { in audit_log_exit()1458 audit_log_d_path(ab, "cwd=", &context->pwd); in audit_log_exit()1481 audit_log_d_path(ab, " name=", &context->pwd); in audit_log_exit()1837 if (!context->pwd.dentry) { in __audit_getname()1839 context->pwd = current->fs->pwd; in __audit_getname()1840 path_get(¤t->fs->pwd); in __audit_getname()
690 fs->pwd = old->pwd; in __copy_fs_struct()691 path_get(&old->pwd); in __copy_fs_struct()
581 path_put(&fs->pwd); in put_fs_struct()