Home
last modified time | relevance | path

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

/kernel/
Dauditsc.c179 struct path pwd; member
821 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(&current->fs->pwd); in __audit_getname()
Dfork.c690 fs->pwd = old->pwd; in __copy_fs_struct()
691 path_get(&old->pwd); in __copy_fs_struct()
Dexit.c581 path_put(&fs->pwd); in put_fs_struct()