Searched refs:keep_cache (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | lops.h | 22 struct gfs2_log_header_host *head, bool keep_cache);
|
H A D | lops.c | 504 * @keep_cache: If set inode pages will not be truncated 512 bool keep_cache) in gfs2_find_jhead() 601 if (!keep_cache) in gfs2_find_jhead() 511 gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, bool keep_cache) gfs2_find_jhead() argument
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | lops.h | 29 struct gfs2_log_header_host *head, bool keep_cache);
|
H A D | lops.c | 505 bool keep_cache) in gfs2_find_jhead() 595 if (!keep_cache) in gfs2_find_jhead() 504 gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, bool keep_cache) gfs2_find_jhead() argument
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | file_remote.c | 49 * @keep_cache: keep local cache & i_size 53 struct file *file, bool keep_cache) in hmdfs_open_final_remote() 74 if (keep_cache) { in hmdfs_open_final_remote() 157 int hmdfs_do_open_remote(struct file *file, bool keep_cache) in hmdfs_do_open_remote() argument 177 err = hmdfs_open_final_remote(info, &open_ret, file, keep_cache); in hmdfs_do_open_remote() 51 hmdfs_open_final_remote(struct hmdfs_inode_info *info, struct hmdfs_open_ret *open_ret, struct file *file, bool keep_cache) hmdfs_open_final_remote() argument
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | file_remote.c | 49 * @keep_cache: keep local cache & i_size 53 struct file *file, bool keep_cache) in hmdfs_open_final_remote() 74 if (keep_cache) { in hmdfs_open_final_remote() 157 int hmdfs_do_open_remote(struct file *file, bool keep_cache) in hmdfs_do_open_remote() argument 177 err = hmdfs_open_final_remote(info, &open_ret, file, keep_cache); in hmdfs_do_open_remote() 51 hmdfs_open_final_remote(struct hmdfs_inode_info *info, struct hmdfs_open_ret *open_ret, struct file *file, bool keep_cache) hmdfs_open_final_remote() argument
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | raid56.c | 762 int keep_cache = 0; in unlock_stripe() local 781 keep_cache = 1; in unlock_stripe() 830 if (!keep_cache) in unlock_stripe()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | raid56.c | 739 int keep_cache = 0; in unlock_stripe() local 758 keep_cache = 1; in unlock_stripe() 804 if (!keep_cache) in unlock_stripe()
|
Completed in 13 milliseconds