Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dapparmorfs.c315 * aafs_create_file - create a file in the apparmorfs filesystem
325 static struct dentry *aafs_create_file(const char *name, umode_t mode, in aafs_create_file() function
1472 dent = aafs_create_file("abi", S_IFREG | 0444, dir, rawdata, in __aa_fs_create_rawdata()
1478 dent = aafs_create_file("revision", S_IFREG | 0444, dir, rawdata, in __aa_fs_create_rawdata()
1485 dent = aafs_create_file("sha256", S_IFREG | 0444, dir, in __aa_fs_create_rawdata()
1492 dent = aafs_create_file("compressed_size", S_IFREG | 0444, dir, in __aa_fs_create_rawdata()
1499 dent = aafs_create_file("raw_data", S_IFREG | 0444, in __aa_fs_create_rawdata()
1581 dent = aafs_create_file(name, S_IFREG | 0444, dir, proxy, fops); in create_profile_file()
1986 dent = aafs_create_file("revision", 0444, dir, ns, in __aafs_ns_mkdir_entries()
1993 dent = aafs_create_file(" in __aafs_ns_mkdir_entries()
[all...]