Home
last modified time | relevance | path

Searched refs:UBIFS_COMPR_FL (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/fs/ubifs/
H A Dioctl.c57 * (@UBIFS_COMPR_FL, etc).
64 ubifs_flags |= UBIFS_COMPR_FL; in ioctl2ubifs()
81 * This function converts UBIFS inode flags (@UBIFS_COMPR_FL, etc) to ioctl
88 if (ubifs_flags & UBIFS_COMPR_FL) in ubifs2ioctl()
H A Dubifs-media.h312 * UBIFS_COMPR_FL: use compression for this inode
325 UBIFS_COMPR_FL = 0x01, enumerator
496 * @flags: per-inode flags (%UBIFS_COMPR_FL, %UBIFS_SYNC_FL, etc)
H A Dsb.c306 ino->flags = cpu_to_le32(UBIFS_COMPR_FL); in create_default_filesystem()
H A Ddir.c40 * o %UBIFS_COMPR_FL, which is useful to switch compression on/of on
59 flags = ui->flags & (UBIFS_COMPR_FL | UBIFS_SYNC_FL | UBIFS_DIRSYNC_FL); in inherit_flags()
1650 if (ui->flags & UBIFS_COMPR_FL) in ubifs_getattr()
H A Djournal.c761 if (!(ui->flags & UBIFS_COMPR_FL)) in ubifs_jnl_write_data()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dioctl.c58 * (@UBIFS_COMPR_FL, etc).
65 ubifs_flags |= UBIFS_COMPR_FL; in ioctl2ubifs()
82 * This function converts UBIFS inode flags (@UBIFS_COMPR_FL, etc) to ioctl
89 if (ubifs_flags & UBIFS_COMPR_FL) in ubifs2ioctl()
H A Dubifs-media.h312 * UBIFS_COMPR_FL: use compression for this inode
325 UBIFS_COMPR_FL = 0x01, enumerator
496 * @flags: per-inode flags (%UBIFS_COMPR_FL, %UBIFS_SYNC_FL, etc)
H A Dsb.c309 ino->flags = cpu_to_le32(UBIFS_COMPR_FL); in create_default_filesystem()
H A Ddir.c40 * o %UBIFS_COMPR_FL, which is useful to switch compression on/of on
59 flags = ui->flags & (UBIFS_COMPR_FL | UBIFS_SYNC_FL | UBIFS_DIRSYNC_FL); in inherit_flags()
1647 if (ui->flags & UBIFS_COMPR_FL) in ubifs_getattr()
H A Djournal.c761 if (!(ui->flags & UBIFS_COMPR_FL)) in ubifs_jnl_write_data()

Completed in 14 milliseconds