Home
last modified time | relevance | path

Searched refs:la_mode (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/linux/
Dlinux-obdo.c79 (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()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlu_object.h415 __u32 la_mode; member