Home
last modified time | relevance | path

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

/linux-4.19.296/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.c463 umask = 0777 & ~sbi->sb_mode; in hpfs_remount_fs()
485 sbi->sb_mode = 0777 & ~umask; in hpfs_remount_fs()
506 seq_printf(seq, ",umask=%03o", (~sbi->sb_mode & 0777)); in hpfs_show_options()
631 sbi->sb_mode = 0777 & ~umask; in hpfs_fill_super()
Dhpfs_fn.h76 umode_t sb_mode; /* mode from mount options */ member