Searched refs:aa_null (Results 1 – 4 of 4) sorted by relevance
14 extern struct path aa_null;
700 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
2492 struct path aa_null; variable2523 aa_null.dentry = dget(dentry); in aa_mk_null_file()2524 aa_null.mnt = mntget(mount); in aa_mk_null_file()
491 if (file->f_path.dentry == aa_null.dentry) in common_file_perm()