Home
last modified time | relevance | path

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

/fs/adfs/
A Dsuper.c111 if (asb->s_other_mask != ADFS_DEFAULT_OTHER_MASK) in adfs_show_options()
112 seq_printf(seq, ",othmask=%o", asb->s_other_mask); in adfs_show_options()
151 asb->s_other_mask = result.uint_32; in adfs_parse_param()
455 asb->s_other_mask = ADFS_DEFAULT_OTHER_MASK; in adfs_init_fs_context()
A Dinode.c124 mode |= rmask & asb->s_other_mask; in adfs_atts2mode()
127 mode |= S_IWUGO & asb->s_other_mask; in adfs_atts2mode()
157 mode = ia_mode & asb->s_other_mask; in adfs_mode2atts()
A Dadfs.h71 umode_t s_other_mask; /* ADFS other perm -> unix perm */ member

Completed in 9 milliseconds