Home
last modified time | relevance | path

Searched refs:mount_info (Results 1 – 9 of 9) sorted by relevance

/fs/incfs/
Ddata_mgmt.h128 struct mount_info { struct
296 struct mount_info *df_mount_info;
371 struct mount_info *mount_info; member
377 struct mount_info *n_mount_info; /* A mount, this file belongs to */
407 struct mount_info *incfs_alloc_mount_info(struct super_block *sb,
411 int incfs_realloc_mount_info(struct mount_info *mi,
414 void incfs_free_mount_info(struct mount_info *mi);
418 struct data_file *incfs_open_data_file(struct mount_info *mi, struct file *bf);
421 struct dir_file *incfs_open_dir_file(struct mount_info *mi, struct file *bf);
451 bool incfs_fresh_pending_reads_exist(struct mount_info *mi, int last_number);
[all …]
Ddata_mgmt.c37 struct mount_info *mi = in zstd_free_workspace()
38 container_of(dw, struct mount_info, mi_zstd_cleanup_work); in zstd_free_workspace()
47 struct mount_info *incfs_alloc_mount_info(struct super_block *sb, in incfs_alloc_mount_info()
51 struct mount_info *mi = NULL; in incfs_alloc_mount_info()
95 int incfs_realloc_mount_info(struct mount_info *mi, in incfs_realloc_mount_info()
157 void incfs_free_mount_info(struct mount_info *mi) in incfs_free_mount_info()
219 static struct data_file *handle_mapped_file(struct mount_info *mi, in handle_mapped_file()
272 struct data_file *incfs_open_data_file(struct mount_info *mi, struct file *bf) in incfs_open_data_file()
374 int make_inode_ready_for_data_ops(struct mount_info *mi, in make_inode_ready_for_data_ops()
398 struct dir_file *incfs_open_dir_file(struct mount_info *mi, struct file *bf) in incfs_open_dir_file()
[all …]
Dpseudo_files.c43 struct mount_info *mi = get_mount_info(file_superblock(f)); in pending_reads_read()
110 struct mount_info *mi = get_mount_info(file_superblock(file)); in pending_reads_poll()
237 struct mount_info *mi, in dir_relative_path_resolve()
300 static int init_new_file(struct mount_info *mi, struct dentry *dentry, in init_new_file()
394 struct mount_info *mi = in notify_create()
469 struct mount_info *mi = get_mount_info(file_superblock(file)); in ioctl_create_file()
707 static int init_new_mapped_file(struct mount_info *mi, struct dentry *dentry, in init_new_mapped_file()
757 struct mount_info *mi = get_mount_info(file_superblock(file)); in ioctl_create_mapped_file()
910 static long ioctl_get_read_timeouts(struct mount_info *mi, void __user *arg) in ioctl_get_read_timeouts()
950 static long ioctl_set_read_timeouts(struct mount_info *mi, void __user *arg) in ioctl_set_read_timeouts()
[all …]
Dsysfs.h13 struct mount_info *isn_mi;
19 struct mount_info *mi);
Dvfs.h18 static inline struct mount_info *get_mount_info(struct super_block *sb) in get_mount_info()
20 struct mount_info *result = sb->s_fs_info; in get_mount_info()
Dvfs.c400 struct mount_info *mi = get_mount_info(file_superblock(file)); in iterate_incfs_dir()
490 struct mount_info *mi = df->df_mount_info; in read_single_page_timeouts()
696 struct mount_info *mi = df->df_mount_info; in handle_file_completed()
975 struct mount_info *mi = get_mount_info(dir_inode->i_sb); in dir_lookup()
1058 struct mount_info *mi = get_mount_info(dir->i_sb); in dir_mkdir()
1127 static int file_delete(struct mount_info *mi, struct dentry *dentry, in file_delete()
1208 struct mount_info *mi = get_mount_info(dir->i_sb); in dir_unlink()
1258 struct mount_info *mi = get_mount_info(dir->i_sb); in dir_link()
1314 struct mount_info *mi = get_mount_info(dir->i_sb); in dir_rmdir()
1360 struct mount_info *mi = get_mount_info(old_dir->i_sb); in dir_rename()
[all …]
Dformat.h345 struct mount_info;
346 struct backing_file_context *incfs_alloc_bfc(struct mount_info *mi,
Dsysfs.c161 struct mount_info *mi) in incfs_add_sysfs_node()
Dformat.c18 struct backing_file_context *incfs_alloc_bfc(struct mount_info *mi, in incfs_alloc_bfc()