Home
last modified time | relevance | path

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

/linux/security/integrity/ima/
H A Dima_efi.c35 static enum efi_secureboot_mode sb_mode; arch_ima_get_secureboot() local
/linux/fs/hpfs/
H A Dsuper.c443 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()
H A Dhpfs_fn.h76 umode_t sb_mode; /* mode from mount options */ member