Home
last modified time | relevance | path

Searched defs:lower_file (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dread_write.c30 struct file *lower_file; in ecryptfs_write_lower() local
222 struct file *lower_file; in ecryptfs_read_lower() local
[all...]
H A Dkthread.c17 struct file **lower_file; member
116 int ecryptfs_privileged_open(struct file **lower_file, in ecryptfs_privileged_open() argument
[all...]
H A 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); ecryptfs_flush() local
338 struct file *lower_file = NULL; ecryptfs_fasync() local
349 struct file *lower_file = ecryptfs_file_to_lower(file); ecryptfs_unlocked_ioctl() local
374 struct file *lower_file = ecryptfs_file_to_lower(file); ecryptfs_compat_ioctl() local
[all...]
H A Dmain.c104 ecryptfs_init_lower_file(struct dentry *dentry, struct file **lower_file) ecryptfs_init_lower_file() argument
H A 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() argument
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dread_write.c30 struct file *lower_file; in ecryptfs_write_lower() local
222 struct file *lower_file; in ecryptfs_read_lower() local
[all...]
H A Dkthread.c17 struct file **lower_file; member
117 int ecryptfs_privileged_open(struct file **lower_file, in ecryptfs_privileged_open() argument
[all...]
H A Dfile.c129 struct file *lower_file; in ecryptfs_readdir() local
190 struct file *lower_file = ecryptfs_file_to_lower(file); in ecryptfs_mmap() local
285 struct file *lower_file; in ecryptfs_dir_open() local
311 struct file *lower_file = ecryptfs_file_to_lower(file); ecryptfs_flush() local
357 struct file *lower_file = NULL; ecryptfs_fasync() local
368 struct file *lower_file = ecryptfs_file_to_lower(file); ecryptfs_unlocked_ioctl() local
393 struct file *lower_file = ecryptfs_file_to_lower(file); ecryptfs_compat_ioctl() local
[all...]
H A Dmain.c104 ecryptfs_init_lower_file(struct dentry *dentry, struct file **lower_file) ecryptfs_init_lower_file() argument
H A Decryptfs_kernel.h71 struct file *lower_file; member
257 struct file *lower_file; member
447 ecryptfs_set_file_lower(struct file *file, struct file *lower_file) in ecryptfs_set_file_lower() argument
/kernel/linux/linux-5.10/fs/sharefs/
H A Dfile.c17 struct file *lower_file = NULL; in sharefs_readdir() local
32 struct file *lower_file = NULL; in sharefs_open() local
81 struct file *lower_file = NULL; sharefs_flush() local
95 struct file *lower_file; sharefs_file_release() local
111 struct file *lower_file; sharefs_fsync() local
129 struct file *lower_file = NULL; sharefs_fasync() local
147 struct file *lower_file; sharefs_file_llseek() local
164 struct file *lower_file; sharefs_read_iter() local
194 struct file *lower_file; sharefs_write_iter() local
221 struct file *lower_file; sharefs_file_mmap() local
[all...]
H A Dsharefs.h44 struct file *lower_file; member
/kernel/linux/linux-6.6/fs/sharefs/
H A Dfile.c17 struct file *lower_file = NULL; in sharefs_readdir() local
32 struct file *lower_file = NULL; in sharefs_open() local
81 struct file *lower_file = NULL; sharefs_flush() local
95 struct file *lower_file; sharefs_file_release() local
111 struct file *lower_file; sharefs_fsync() local
129 struct file *lower_file = NULL; sharefs_fasync() local
147 struct file *lower_file; sharefs_file_llseek() local
164 struct file *lower_file; sharefs_read_iter() local
194 struct file *lower_file; sharefs_write_iter() local
221 struct file *lower_file; sharefs_file_mmap() local
[all...]
H A Dsharefs.h45 struct file *lower_file; member
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dfile_cloud.c39 struct file *lower_file; in hmdfs_file_open_cloud() local
240 struct file *lower_file; hmdfs_readpage() local
[all...]
H A Dfile_local.c26 struct file *lower_file = NULL; in hmdfs_file_open_local() local
75 struct file *lower_file in hmdfs_file_accessed() local
89 struct file *lower_file = hmdfs_f(file)->lower_file; hmdfs_do_read_iter() local
116 struct file *lower_file = hmdfs_f(file)->lower_file; hmdfs_file_modified() local
132 struct file *lower_file = hmdfs_f(file)->lower_file; hmdfs_do_write_iter() local
163 struct file *lower_file = hmdfs_f(file)->lower_file; hmdfs_fsync_local() local
177 struct file *lower_file; hmdfs_file_llseek_local() local
235 struct file *lower_file = hmdfs_f(file)->lower_file; hmdfs_iterate_local() local
255 struct file *lower_file = NULL; hmdfs_dir_open_local() local
[all...]
H A Dinode.c348 void hmdfs_update_upper_file(struct file *upper_file, struct file *lower_file) in hmdfs_update_upper_file() argument
H A 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; hmdfs_dir_compat_ioctl_merge() local
543 struct file *lower_file = NULL; hmdfs_file_open_merge() local
581 struct file *lower_file = gfi->lower_file; hmdfs_file_flush_merge() local
592 struct file *lower_file = gfi->lower_file; hmdfs_ioc_get_writeopen_cnt() local
[all...]
H A Dhmdfs.h266 struct file *lower_file; member
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dfile_cloud.c39 struct file *lower_file; in hmdfs_file_open_cloud() local
239 struct file *lower_file; hmdfs_readpage() local
[all...]
H A Dfile_local.c26 struct file *lower_file = NULL; in hmdfs_file_open_local() local
75 struct file *lower_file in hmdfs_file_accessed() local
89 struct file *lower_file = hmdfs_f(file)->lower_file; hmdfs_do_read_iter() local
116 struct file *lower_file = hmdfs_f(file)->lower_file; hmdfs_file_modified() local
132 struct file *lower_file = hmdfs_f(file)->lower_file; hmdfs_do_write_iter() local
163 struct file *lower_file = hmdfs_f(file)->lower_file; hmdfs_fsync_local() local
177 struct file *lower_file; hmdfs_file_llseek_local() local
235 struct file *lower_file = hmdfs_f(file)->lower_file; hmdfs_iterate_local() local
255 struct file *lower_file = NULL; hmdfs_dir_open_local() local
[all...]
H A Dinode.c348 void hmdfs_update_upper_file(struct file *upper_file, struct file *lower_file) in hmdfs_update_upper_file() argument
H A Dfile_merge.c390 struct file *lower_file = NULL; in do_dir_open_merge() local
480 struct file *lower_file = NULL; in hmdfs_dir_unlocked_ioctl_merge() local
506 struct file *lower_file = NULL; hmdfs_dir_compat_ioctl_merge() local
548 struct file *lower_file = NULL; hmdfs_file_open_merge() local
586 struct file *lower_file = gfi->lower_file; hmdfs_file_flush_merge() local
597 struct file *lower_file = gfi->lower_file; hmdfs_ioc_get_writeopen_cnt() local
[all...]
H A Dhmdfs.h266 struct file *lower_file; member

Completed in 27 milliseconds