Lines Matching defs:f2fs_inode_info

669 struct f2fs_inode_info {  struct
670 struct inode vfs_inode; /* serve a vfs inode */
671 unsigned long i_flags; /* keep an inode flags for ioctl */
672 unsigned char i_advise; /* use to give file attribute hints */
673 unsigned char i_dir_level; /* use for dentry level for large dir */
674 unsigned int i_current_depth; /* only for directory depth */
676 unsigned int i_gc_failures[MAX_GC_FAILURE];
677 unsigned int i_pino; /* parent inode number */
678 umode_t i_acl_mode; /* keep file acl mode temporarily */
681 unsigned long flags; /* use to pass per-file flags */
682 struct rw_semaphore i_sem; /* protect fi info */
683 atomic_t dirty_pages; /* # of dirty pages */
684 f2fs_hash_t chash; /* hash value of given file name */
685 unsigned int clevel; /* maximum level of given file name */
686 struct task_struct *task; /* lookup and create consistency */
687 struct task_struct *cp_task; /* separate cp/wb IO stats*/
688 nid_t i_xattr_nid; /* node id that contains xattrs */
689 loff_t last_disk_size; /* lastly written file size */
692 struct dquot *i_dquot[MAXQUOTAS];
695 qsize_t i_reserved_quota;
697 struct list_head dirty_list; /* dirty list for dirs and files */
698 struct list_head gdirty_list; /* linked in global dirty list */
699 struct list_head inmem_ilist; /* list for inmem inodes */
700 struct list_head inmem_pages; /* inmemory pages managed by f2fs */
701 struct task_struct *inmem_task; /* store inmemory task */
702 struct mutex inmem_lock; /* lock for inmemory pages */
703 struct extent_tree *extent_tree; /* cached extent_tree entry */
706 struct rw_semaphore i_gc_rwsem[2];
707 struct rw_semaphore i_mmap_sem;
708 struct rw_semaphore i_xattr_sem; /* avoid racing between reading and changing EAs */
710 int i_extra_isize; /* size of extra space located in i_addr */
711 kprojid_t i_projid; /* id for project quota */
712 int i_inline_xattr_size; /* inline xattr size */
713 struct timespec64 i_crtime; /* inode creation time */
714 struct timespec64 i_disk_time[4];/* inode disk times */