Searched refs:la_mode (Results 1 – 2 of 2) sorted by relevance
79 (la->la_mode & S_IFMT); in obdo_from_la()84 (la->la_mode & S_IALLUGO); in obdo_from_la()127 dst->la_mode = (dst->la_mode & S_IALLUGO) | in la_from_obdo()132 dst->la_mode = (dst->la_mode & S_IFMT) | in la_from_obdo()
415 __u32 la_mode; member