Home
last modified time | relevance | path

Searched refs:s_other_mask (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/adfs/
H A Dinode.c119 mode |= rmask & asb->s_other_mask; in adfs_atts2mode()
122 mode |= S_IWUGO & asb->s_other_mask; in adfs_atts2mode()
152 mode = ia_mode & asb->s_other_mask; in adfs_mode2atts()
H A Dsuper.c110 if (asb->s_other_mask != ADFS_DEFAULT_OTHER_MASK) in adfs_show_options()
111 seq_printf(seq, ",othmask=%o", asb->s_other_mask); in adfs_show_options()
168 asb->s_other_mask = option; in parse_options()
386 asb->s_other_mask = ADFS_DEFAULT_OTHER_MASK; in adfs_fill_super()
H A Dadfs.h71 umode_t s_other_mask; /* ADFS other perm -> unix perm */ member
/kernel/linux/linux-6.6/fs/adfs/
H A Dinode.c121 mode |= rmask & asb->s_other_mask; in adfs_atts2mode()
124 mode |= S_IWUGO & asb->s_other_mask; in adfs_atts2mode()
154 mode = ia_mode & asb->s_other_mask; in adfs_mode2atts()
H A Dsuper.c110 if (asb->s_other_mask != ADFS_DEFAULT_OTHER_MASK) in adfs_show_options()
111 seq_printf(seq, ",othmask=%o", asb->s_other_mask); in adfs_show_options()
168 asb->s_other_mask = option; in parse_options()
386 asb->s_other_mask = ADFS_DEFAULT_OTHER_MASK; in adfs_fill_super()
H A Dadfs.h71 umode_t s_other_mask; /* ADFS other perm -> unix perm */ member

Completed in 4 milliseconds