Home
last modified time | relevance | path

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

/linux/fs/hpfs/
H A 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()
H A Dsuper.c446 sbi->sb_mode = 0777 & ~ctx->umask; in hpfs_reconfigure()
468 seq_printf(seq, ",umask=%03o", (~sbi->sb_mode & 0777)); in hpfs_show_options()
569 sbi->sb_mode = 0777 & ~ctx->umask; in hpfs_fill_super()
731 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
/linux/drivers/scsi/mpi3mr/mpi/
H A Dmpi30_cnfg.h1066 u8 sb_mode; member