Home
last modified time | relevance | path

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

/openbmc/linux/fs/hfs/
H A Dsuper.c146 if (sbi->s_dir_umask != 0022) in hfs_show_options()
147 seq_printf(seq, ",dir_umask=%o", sbi->s_dir_umask); in hfs_show_options()
233 hsb->s_dir_umask = 0022; in parse_options()
276 hsb->s_dir_umask = (umode_t)tmp; in parse_options()
290 hsb->s_dir_umask = (umode_t)tmp; in parse_options()
361 hsb->s_dir_umask &= 0777; in parse_options()
H A Dinode.c215 inode->i_mode &= ~HFS_SB(inode->i_sb)->s_dir_umask; in hfs_new_inode()
368 inode->i_mode = S_IFDIR | (S_IRWXUGO & ~hsb->s_dir_umask); in hfs_read_inode()
644 attr->ia_mode &= S_ISDIR(inode->i_mode) ? ~hsb->s_dir_umask: ~hsb->s_file_umask; in hfs_inode_setattr()
H A Dhfs_fs.h152 umode_t s_dir_umask; /* The umask applied to the member