Lines Matching defs:mode
167 int fs_mode; /* fs mode: LFS or ADAPTIVE */
168 int bggc_mode; /* bggc mode: off, on or sync */
169 int memory_mode; /* memory mode */
189 int compress_mode; /* compression mode */
771 FI_ACL_MODE, /* indicate acl mode */
796 FI_ENABLE_COMPRESS, /* enable compression in "user" compression mode */
814 umode_t i_acl_mode; /* keep file acl mode temporarily */
1103 * DATA User data pages. It operates as async mode.
1104 * NODE Node pages. It operates as async mode.
1346 FS_MODE_FRAGMENT_SEG, /* segment fragmentation mode */
1347 FS_MODE_FRAGMENT_BLK, /* block fragmentation mode */
1380 MEMORY_MODE_NORMAL, /* memory mode for normal devices */
1381 MEMORY_MODE_LOW, /* memory mode for low memry devices */
1563 /* keep migration IO order for LFS mode */
1633 /* Additional tracking for no checkpoint mode */
1682 * one is for the LFS mode, and the other is for the SSR mode.
1764 /* For reclaimed segs statistics per each GC mode */
1766 unsigned int gc_reclaimed_segs[MAX_GC_MODE]; /* Reclaimed segs for each mode */
1770 int max_fragment_chunk; /* max chunk size for block fragmentation mode */
1771 int max_fragment_hole; /* max hole size for block fragmentation mode */
3002 static inline __u32 f2fs_mask_flags(umode_t mode, __u32 flags)
3004 if (S_ISDIR(mode))
3006 else if (S_ISREG(mode))
3054 static inline void set_acl_inode(struct inode *inode, umode_t mode)
3056 F2FS_I(inode)->i_acl_mode = mode;
3561 void f2fs_update_dentry(nid_t ino, umode_t mode, struct f2fs_dentry_ptr *d,
3565 struct inode *inode, nid_t ino, umode_t mode);
3567 struct inode *inode, nid_t ino, umode_t mode);
3569 struct inode *inode, nid_t ino, umode_t mode);
3625 int f2fs_get_dnode_of_data(struct dnode_of_data *dn, pgoff_t index, int mode);
3776 bool f2fs_exist_written_data(struct f2fs_sb_info *sbi, nid_t ino, int mode);
4156 struct inode *inode, nid_t ino, umode_t mode);