Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/incfs/
H A 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);
449 bool incfs_fresh_pending_reads_exist(struct mount_info *mi, int last_number);
[all …]
H A Ddata_mgmt.c38 struct mount_info *mi = in zstd_free_workspace()
39 container_of(dw, struct mount_info, mi_zstd_cleanup_work); in zstd_free_workspace()
48 struct mount_info *incfs_alloc_mount_info(struct super_block *sb, in incfs_alloc_mount_info()
52 struct mount_info *mi = NULL; in incfs_alloc_mount_info()
96 int incfs_realloc_mount_info(struct mount_info *mi, in incfs_realloc_mount_info()
158 void incfs_free_mount_info(struct mount_info *mi) in incfs_free_mount_info()
220 static struct data_file *handle_mapped_file(struct mount_info *mi, in handle_mapped_file()
273 struct data_file *incfs_open_data_file(struct mount_info *mi, struct file *bf) in incfs_open_data_file()
375 int make_inode_ready_for_data_ops(struct mount_info *mi, in make_inode_ready_for_data_ops()
399 struct dir_file *incfs_open_dir_file(struct mount_info *mi, struct file *bf) in incfs_open_dir_file()
[all …]
H A Dpseudo_files.c42 struct mount_info *mi = get_mount_info(file_superblock(f)); in pending_reads_read()
109 struct mount_info *mi = get_mount_info(file_superblock(file)); in pending_reads_poll()
236 struct mount_info *mi, in dir_relative_path_resolve()
299 static int init_new_file(struct mount_info *mi, struct dentry *dentry, in init_new_file()
393 struct mount_info *mi = in notify_create()
468 struct mount_info *mi = get_mount_info(file_superblock(file)); in ioctl_create_file()
706 static int init_new_mapped_file(struct mount_info *mi, struct dentry *dentry, in init_new_mapped_file()
756 struct mount_info *mi = get_mount_info(file_superblock(file)); in ioctl_create_mapped_file()
908 static long ioctl_get_read_timeouts(struct mount_info *mi, void __user *arg) in ioctl_get_read_timeouts()
948 static long ioctl_set_read_timeouts(struct mount_info *mi, void __user *arg) in ioctl_set_read_timeouts()
[all …]
H A Dsysfs.h13 struct mount_info *isn_mi;
19 struct mount_info *mi);
H A 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()
H A Dvfs.c393 struct mount_info *mi = get_mount_info(file_superblock(file)); in iterate_incfs_dir()
482 struct mount_info *mi = df->df_mount_info; in read_single_page_timeouts()
669 struct mount_info *mi = df->df_mount_info; in maybe_delete_incomplete_file()
949 struct mount_info *mi = get_mount_info(dir_inode->i_sb); in dir_lookup()
1032 struct mount_info *mi = get_mount_info(dir->i_sb); in dir_mkdir()
1101 static int file_delete(struct mount_info *mi, struct dentry *dentry, in file_delete()
1182 struct mount_info *mi = get_mount_info(dir->i_sb); in dir_unlink()
1232 struct mount_info *mi = get_mount_info(dir->i_sb); in dir_link()
1288 struct mount_info *mi = get_mount_info(dir->i_sb); in dir_rmdir()
1333 struct mount_info *mi = get_mount_info(old_dir->i_sb); in dir_rename()
[all …]
H A Dformat.h345 struct mount_info;
346 struct backing_file_context *incfs_alloc_bfc(struct mount_info *mi,
H A Dsysfs.c157 struct mount_info *mi) in incfs_add_sysfs_node()
H A Dformat.c18 struct backing_file_context *incfs_alloc_bfc(struct mount_info *mi, in incfs_alloc_bfc()
/OK3568_Linux_fs/kernel/tools/testing/selftests/pstore/
H A Dpstore_post_reboot_tests23 mount_info=`grep pstore /proc/mounts`
25 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_uvcc/
H A Dbugreport.sh118 mount > ${bugreport}/system_data/mount_info
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dosf_sys.c264 long mount_info[10]; member