Searched refs:aa_null (Results 1 – 4 of 4) sorted by relevance
14 extern struct path aa_null;
2562 struct path aa_null; variable2593 aa_null.dentry = dget(dentry); in aa_mk_null_file()2594 aa_null.mnt = mntget(mount); in aa_mk_null_file()
717 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
531 if (unlikely(file->f_path.dentry == aa_null.dentry)) in common_file_perm()