Searched refs:get_mount_info (Results 1 – 3 of 3) sorted by relevance
42 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()394 get_mount_info(file_superblock(pending_reads_file)); in notify_create()468 struct mount_info *mi = get_mount_info(file_superblock(file)); in ioctl_create_file()756 struct mount_info *mi = get_mount_info(file_superblock(file)); in ioctl_create_mapped_file()1024 struct mount_info *mi = get_mount_info(file_superblock(f)); in pending_reads_dispatch_ioctl()1069 struct mount_info *mi = get_mount_info(file_superblock(f)); in log_read()1141 struct mount_info *mi = get_mount_info(file_superblock(file)); in log_poll()1156 struct mount_info *mi = get_mount_info(file_superblock(file)); in log_open()1195 struct mount_info *mi = get_mount_info(file_superblock(f)); in blocks_written_read()[all …]
354 node->n_mount_info = get_mount_info(inode->i_sb); in inode_set()393 struct mount_info *mi = get_mount_info(file_superblock(file)); in iterate_incfs_dir()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()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()1412 struct mount_info *mi = get_mount_info(inode->i_sb); in file_open()1669 struct mount_info *mi = get_mount_info(d->d_sb); in incfs_getxattr()[all …]
18 static inline struct mount_info *get_mount_info(struct super_block *sb) in get_mount_info() function