Searched refs:aa_null (Results 1 – 4 of 4) sorted by relevance
18 extern struct path aa_null;
696 devnull = dentry_open(&aa_null, O_RDWR, cred); in aa_inherit_files()
2400 struct path aa_null; variable2431 aa_null.dentry = dget(dentry); in aa_mk_null_file()2432 aa_null.mnt = mntget(mount); in aa_mk_null_file()
457 if (file->f_path.dentry == aa_null.dentry) in common_file_perm()