Home
last modified time | relevance | path

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

/fs/adfs/
Dinode.c116 mode |= rmask & asb->s_other_mask; in adfs_atts2mode()
119 mode |= S_IWUGO & asb->s_other_mask; in adfs_atts2mode()
149 mode = inode->i_mode & asb->s_other_mask; in adfs_mode2atts()
Dsuper.c139 if (asb->s_other_mask != ADFS_DEFAULT_OTHER_MASK) in adfs_show_options()
140 seq_printf(seq, ",othmask=%o", asb->s_other_mask); in adfs_show_options()
193 asb->s_other_mask = option; in parse_options()
376 asb->s_other_mask = ADFS_DEFAULT_OTHER_MASK; in adfs_fill_super()
Dadfs.h52 umode_t s_other_mask; /* ADFS other perm -> unix perm */ member