Home
last modified time | relevance | path

Searched refs:sb_mode (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/security/integrity/ima/
Dima_efi.c35 static enum efi_secureboot_mode sb_mode; in arch_ima_get_secureboot() local
39 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()
/linux-6.1.9/fs/hpfs/
Dinode.c21 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()
Dsuper.c457 umask = 0777 & ~sbi->sb_mode; in hpfs_remount_fs()
479 sbi->sb_mode = 0777 & ~umask; in hpfs_remount_fs()
500 seq_printf(seq, ",umask=%03o", (~sbi->sb_mode & 0777)); in hpfs_show_options()
627 sbi->sb_mode = 0777 & ~umask; in hpfs_fill_super()
Dhpfs_fn.h76 umode_t sb_mode; /* mode from mount options */ member
/linux-6.1.9/drivers/scsi/mpi3mr/mpi/
Dmpi30_cnfg.h1051 u8 sb_mode; member