Home
last modified time | relevance | path

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

/Linux-v5.4/fs/adfs/
Dinode.c118 mode |= rmask & asb->s_other_mask; in adfs_atts2mode()
121 mode |= S_IWUGO & asb->s_other_mask; in adfs_atts2mode()
151 mode = inode->i_mode & asb->s_other_mask; in adfs_mode2atts()
Dsuper.c157 if (asb->s_other_mask != ADFS_DEFAULT_OTHER_MASK) in adfs_show_options()
158 seq_printf(seq, ",othmask=%o", asb->s_other_mask); in adfs_show_options()
215 asb->s_other_mask = option; in parse_options()
400 asb->s_other_mask = ADFS_DEFAULT_OTHER_MASK; in adfs_fill_super()
Dadfs.h72 umode_t s_other_mask; /* ADFS other perm -> unix perm */ member