Searched refs:ubifs_compr_name (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | misc.h | 108 * ubifs_compr_name - get compressor name string by its type. 114 static inline const char *ubifs_compr_name(struct ubifs_info *c, int compr_type) in ubifs_compr_name() function
|
H A D | super.c | 100 inode->i_ino, ubifs_compr_name(c, ui->compr_type)); in validate_inode() 458 ubifs_compr_name(c, c->mount_opts.compr_type)); in ubifs_show_options() 1356 ubifs_compr_name(c, c->default_compr)); in mount_ubifs() 1575 dbg_gen("default compressor: %s", ubifs_compr_name(c, c->default_compr)); in mount_ubifs()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | misc.h | 108 * ubifs_compr_name - get compressor name string by its type. 114 static inline const char *ubifs_compr_name(struct ubifs_info *c, int compr_type) in ubifs_compr_name() function
|
H A D | super.c | 100 inode->i_ino, ubifs_compr_name(c, ui->compr_type)); in validate_inode() 458 ubifs_compr_name(c, c->mount_opts.compr_type)); in ubifs_show_options() 1360 ubifs_compr_name(c, c->default_compr)); in mount_ubifs() 1578 dbg_gen("default compressor: %s", ubifs_compr_name(c, c->default_compr)); in mount_ubifs()
|
Completed in 8 milliseconds