Searched refs:sb_mode (Results 1 – 4 of 4) sorted by relevance
35 static enum efi_secureboot_mode sb_mode; in arch_ima_get_secureboot() local39 sb_mode = arch_ima_efi_boot_mode; in arch_ima_get_secureboot()41 if (sb_mode == efi_secureboot_mode_unset) in arch_ima_get_secureboot()42 sb_mode = get_sb_mode(); in arch_ima_get_secureboot()46 if (sb_mode == efi_secureboot_mode_enabled) in arch_ima_get_secureboot()
21 i->i_mode = hpfs_sb(sb)->sb_mode; in hpfs_init_inode()91 umode_t mode = hpfs_sb(sb)->sb_mode; in hpfs_read_inode()166 if ((i->i_mode != ((hpfs_sb(i->i_sb)->sb_mode & ~(S_ISDIR(i->i_mode) ? 0 : 0111)) in hpfs_write_inode_ea()168 && i->i_mode != ((hpfs_sb(i->i_sb)->sb_mode & ~(S_ISDIR(i->i_mode) ? 0222 : 0333)) in hpfs_write_inode_ea()
443 sbi->sb_mode = 0777 & ~ctx->umask; in hpfs_reconfigure()465 seq_printf(seq, ",umask=%03o", (~sbi->sb_mode & 0777)); in hpfs_show_options()566 sbi->sb_mode = 0777 & ~ctx->umask; in hpfs_fill_super()728 ctx->umask = 0777 & ~sbi->sb_mode; in hpfs_init_fs_context()
76 umode_t sb_mode; /* mode from mount options */ member