s_other_mask 72 fs/adfs/adfs.h umode_t s_other_mask; /* ADFS other perm -> unix perm */ s_other_mask 118 fs/adfs/inode.c mode |= rmask & asb->s_other_mask; s_other_mask 121 fs/adfs/inode.c mode |= S_IWUGO & asb->s_other_mask; s_other_mask 151 fs/adfs/inode.c mode = inode->i_mode & asb->s_other_mask; s_other_mask 157 fs/adfs/super.c if (asb->s_other_mask != ADFS_DEFAULT_OTHER_MASK) s_other_mask 158 fs/adfs/super.c seq_printf(seq, ",othmask=%o", asb->s_other_mask); s_other_mask 215 fs/adfs/super.c asb->s_other_mask = option; s_other_mask 400 fs/adfs/super.c asb->s_other_mask = ADFS_DEFAULT_OTHER_MASK;