Lines Matching defs:f2fs_inode_info
646 struct f2fs_inode_info { struct
647 struct inode vfs_inode; /* serve a vfs inode */
648 unsigned long i_flags; /* keep an inode flags for ioctl */
649 unsigned char i_advise; /* use to give file attribute hints */
650 unsigned char i_dir_level; /* use for dentry level for large dir */
651 unsigned int i_current_depth; /* only for directory depth */
653 unsigned int i_gc_failures[MAX_GC_FAILURE];
654 unsigned int i_pino; /* parent inode number */
655 umode_t i_acl_mode; /* keep file acl mode temporarily */
658 unsigned long flags; /* use to pass per-file flags */
659 struct rw_semaphore i_sem; /* protect fi info */
660 atomic_t dirty_pages; /* # of dirty pages */
661 f2fs_hash_t chash; /* hash value of given file name */
662 unsigned int clevel; /* maximum level of given file name */
663 struct task_struct *task; /* lookup and create consistency */
664 struct task_struct *cp_task; /* separate cp/wb IO stats*/
665 nid_t i_xattr_nid; /* node id that contains xattrs */
666 loff_t last_disk_size; /* lastly written file size */
669 struct dquot *i_dquot[MAXQUOTAS];
672 qsize_t i_reserved_quota;
674 struct list_head dirty_list; /* dirty list for dirs and files */
675 struct list_head gdirty_list; /* linked in global dirty list */
676 struct list_head inmem_ilist; /* list for inmem inodes */
677 struct list_head inmem_pages; /* inmemory pages managed by f2fs */
678 struct task_struct *inmem_task; /* store inmemory task */
679 struct mutex inmem_lock; /* lock for inmemory pages */
680 struct extent_tree *extent_tree; /* cached extent_tree entry */
683 struct rw_semaphore i_gc_rwsem[2];
684 struct rw_semaphore i_mmap_sem;
685 struct rw_semaphore i_xattr_sem; /* avoid racing between reading and changing EAs */
687 int i_extra_isize; /* size of extra space located in i_addr */
688 kprojid_t i_projid; /* id for project quota */
689 int i_inline_xattr_size; /* inline xattr size */
690 struct timespec64 i_crtime; /* inode creation time */
691 struct timespec64 i_disk_time[4];/* inode disk times */