Lines Matching defs:flags

119  * Flags used in mballoc's allocation_context flags field.
173 /* flags. see above EXT4_MB_HINT_* */
174 unsigned int flags;
207 * Flags for ext4_io_end->flags
400 * Inode flags
416 /* End compression flags --- maybe not all used */
436 /* User modifiable flags */
455 /* User visible flags */
489 /* The only flags that should be swapped */
496 /* Mask out flags that are inappropriate for the given type of inode. */
497 static inline __u32 ext4_mask_flags(umode_t mode, __u32 flags)
500 return flags;
502 return flags & EXT4_REG_FLMASK;
504 return flags & EXT4_OTHER_FLMASK;
508 * Inode flags used for atomic set/get
524 /* End compression flags --- maybe not all used */
671 * The bit position of these flags must not overlap with any of the
730 * We only expose to userspace a subset of the state flags in
778 __le32 i_flags; /* File flags */
1011 unsigned long i_state_flags; /* Dynamic state flags */
1171 * Misc. filesystem flags
1178 * Mount flags set via mount options or defaults
1225 * Mount flags set either automatically (could not be set by mount option)
1367 __le32 s_flags; /* Miscellaneous flags */
1415 __le16 s_encoding_flags; /* Filename charset encoding flags */
1485 unsigned long s_ext4_flags; /* Ext4 superblock flags */
1707 * run-time mount flags
1795 * Inode dynamic state flags
1831 EXT4_INODE_BIT_FNS(flag, flags, 0)
1846 EXT4_INODE_BIT_FNS(state, flags, 32)
2124 * Superblock flags
2567 unsigned int flags,
2571 s64 nclusters, unsigned int flags);
2833 unsigned long count, int flags);
2880 ext4_iget_flags flags, const char *function,
2883 #define ext4_iget(sb, ino, flags) \
2884 __ext4_iget((sb), (ino), (flags), __func__, __LINE__)
2922 struct ext4_map_blocks *map, int flags);
2990 unsigned int flags);
3425 unsigned flags,
3438 unsigned flags,
3567 struct ext4_map_blocks *map, int flags);
3580 struct ext4_map_blocks *map, int flags);
3589 int flags);
3626 extern ext4_io_end_t *ext4_init_io_end(struct inode *inode, gfp_t flags);