Lines Matching defs:user_file
2449 * @user_file: the associated user visible file
2453 * access to @user_file after this point, so any important state associated
2454 * with @user_file that is important to the LSM should be captured in the
2457 * LSM's should avoid taking a reference to @user_file in this hook as it will
2464 const struct file *user_file)
2471 rc = call_int_hook(backing_file_alloc, backing_file, user_file);
2589 * @user_file: the user file being mmap'd
2594 * on @user_file has already been authorized and the @vma->vm_file has been
2601 struct file *user_file)
2607 return call_int_hook(mmap_backing_file, vma, backing_file, user_file);