Searched refs:UBIFS_COMPR_FL (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | ioctl.c | 57 * (@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 D | ubifs-media.h | 312 * 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 D | sb.c | 306 ino->flags = cpu_to_le32(UBIFS_COMPR_FL); in create_default_filesystem()
|
H A D | dir.c | 40 * 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 D | journal.c | 761 if (!(ui->flags & UBIFS_COMPR_FL)) in ubifs_jnl_write_data()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | ioctl.c | 58 * (@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 D | ubifs-media.h | 312 * 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 D | sb.c | 309 ino->flags = cpu_to_le32(UBIFS_COMPR_FL); in create_default_filesystem()
|
H A D | dir.c | 40 * 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 D | journal.c | 761 if (!(ui->flags & UBIFS_COMPR_FL)) in ubifs_jnl_write_data()
|
Completed in 14 milliseconds