Home
last modified time | relevance | path

Searched defs:lower_file (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/fs/sharefs/
Dfile.c17 struct file *lower_file = NULL; in sharefs_open() local
66 struct file *lower_file = NULL; in sharefs_flush() local
80 struct file *lower_file; in sharefs_file_release() local
96 struct file *lower_file; in sharefs_fsync() local
114 struct file *lower_file = NULL; in sharefs_fasync() local
132 struct file *lower_file; in sharefs_file_llseek() local
153 struct file *lower_file; in sharefs_read_iter() local
184 struct file *lower_file; in sharefs_write_iter() local
211 struct file *lower_file; in sharefs_file_mmap() local
Dsharefs.h44 struct file *lower_file; member
/kernel/linux/linux-5.10/fs/hmdfs/
Dfile_local.c26 struct file *lower_file = NULL; in hmdfs_file_open_local() local
69 struct file *lower_file = hmdfs_f(file)->lower_file; in hmdfs_file_accessed() local
83 struct file *lower_file = hmdfs_f(file)->lower_file; in hmdfs_do_read_iter() local
103 struct file *lower_file = hmdfs_f(file)->lower_file; in hmdfs_file_modified() local
119 struct file *lower_file = hmdfs_f(file)->lower_file; in hmdfs_do_write_iter() local
150 struct file *lower_file = hmdfs_f(file)->lower_file; in hmdfs_fsync_local() local
164 struct file *lower_file; in hmdfs_file_llseek_local() local
222 struct file *lower_file = hmdfs_f(file)->lower_file; in hmdfs_iterate_local() local
242 struct file *lower_file = NULL; in hmdfs_dir_open_local() local
Dfile_merge.c385 struct file *lower_file = NULL; in do_dir_open_merge() local
475 struct file *lower_file = NULL; in hmdfs_dir_unlocked_ioctl_merge() local
501 struct file *lower_file = NULL; in hmdfs_dir_compat_ioctl_merge() local
543 struct file *lower_file = NULL; in hmdfs_file_open_merge() local
580 struct file *lower_file = gfi->lower_file; in hmdfs_file_flush_merge() local
591 struct file *lower_file = gfi->lower_file; in hmdfs_ioc_get_writeopen_cnt() local
Dfile_cloud.c40 struct file *lower_file = NULL; in hmdfs_file_read_iter_cloud() local
58 struct file *lower_file; in hmdfs_file_open_cloud() local
Dhmdfs.h260 struct file *lower_file; member
/kernel/linux/linux-5.10/fs/ecryptfs/
Dfile.c104 struct file *lower_file; in ecryptfs_readdir() local
171 struct file *lower_file = ecryptfs_file_to_lower(file); in ecryptfs_mmap() local
266 struct file *lower_file; in ecryptfs_dir_open() local
292 struct file *lower_file = ecryptfs_file_to_lower(file); in ecryptfs_flush() local
338 struct file *lower_file = NULL; in ecryptfs_fasync() local
349 struct file *lower_file = ecryptfs_file_to_lower(file); in ecryptfs_unlocked_ioctl() local
374 struct file *lower_file = ecryptfs_file_to_lower(file); in ecryptfs_compat_ioctl() local
Dkthread.c17 struct file **lower_file; member
116 int ecryptfs_privileged_open(struct file **lower_file, in ecryptfs_privileged_open()
Dread_write.c30 struct file *lower_file; in ecryptfs_write_lower() local
222 struct file *lower_file; in ecryptfs_read_lower() local
Decryptfs_kernel.h71 struct file *lower_file; member
257 struct file *lower_file; member
450 ecryptfs_set_file_lower(struct file *file, struct file *lower_file) in ecryptfs_set_file_lower()
Dmain.c105 struct file **lower_file) in ecryptfs_init_lower_file()