Searched refs:user_file (Results 1 – 2 of 2) sorted by relevance
2449 * @user_file: the associated user visible file2453 * access to @user_file after this point, so any important state associated2454 * with @user_file that is important to the LSM should be captured in the2457 * LSM's should avoid taking a reference to @user_file in this hook as it will2464 const struct file *user_file) in security_backing_file_alloc() argument 2471 rc = call_int_hook(backing_file_alloc, backing_file, user_file); in security_backing_file_alloc() 2589 * @user_file: the user file being mmap'd2594 * on @user_file has already been authorized and the @vma->vm_file has been2601 struct file *user_file) in security_mmap_backing_file() argument 2607 return call_int_hook(mmap_backing_file, vma, backing_file, user_file); in security_mmap_backing_file() [all...]
3847 const struct file *user_file) in selinux_backing_file_alloc() argument3852 bfsec->uf_sid = selinux_file(user_file)->sid; in selinux_backing_file_alloc()4085 struct file *user_file __always_unused) in selinux_mmap_backing_file()