Lines Matching defs:flags
180 * Flags used in mballoc's allocation_context flags field.
240 /* flags. see above EXT4_MB_HINT_* */
241 unsigned int flags;
274 * Flags for ext4_io_end->flags
467 * Inode flags
483 /* End compression flags --- maybe not all used */
503 /* User modifiable flags */
522 /* User visible flags */
547 /* The only flags that should be swapped */
554 /* Mask out flags that are inappropriate for the given type of inode. */
555 static inline __u32 ext4_mask_flags(umode_t mode, __u32 flags)
558 return flags;
560 return flags & EXT4_REG_FLMASK;
562 return flags & EXT4_OTHER_FLMASK;
566 * Inode flags used for atomic set/get
582 /* End compression flags --- maybe not all used */
720 * The bit position of these flags must not overlap with any of the
777 __le32 i_flags; /* File flags */
1007 unsigned long i_state_flags; /* Dynamic state flags */
1167 * Misc. filesystem flags
1174 * Mount flags set via mount options or defaults
1221 * Mount flags set either automatically (could not be set by mount option)
1366 __le32 s_flags; /* Miscellaneous flags */
1414 __le16 s_encoding_flags; /* Filename charset encoding flags */
1532 unsigned long s_ext4_flags; /* Ext4 superblock flags */
1803 * run-time mount flags
1887 * Inode dynamic state flags
1923 EXT4_INODE_BIT_FNS(flag, flags, 0)
1938 EXT4_INODE_BIT_FNS(state, flags, 32)
2224 * Superblock flags
2704 unsigned int flags,
2708 s64 nclusters, unsigned int flags);
2918 unsigned long count, int flags);
2970 ext4_iget_flags flags, const char *function,
2973 #define ext4_iget(sb, ino, flags) \
2974 __ext4_iget((sb), (ino), (flags), __func__, __LINE__)
3015 struct ext4_map_blocks *map, int flags);
3029 int ext4_force_shutdown(struct super_block *sb, u32 flags);
3091 unsigned int flags);
3671 struct ext4_map_blocks *map, int flags);
3684 struct ext4_map_blocks *map, int flags);
3693 int flags);
3730 extern ext4_io_end_t *ext4_init_io_end(struct inode *inode, gfp_t flags);