Lines Matching defs:mode
86 static __be32 *xdr_encode_YFSStoreStatus_mode(__be32 *bp, mode_t mode)
91 x->mode = htonl(mode & S_IALLUGO);
104 x->mode = htonl(0);
212 status->mode = ntohl(xdr->mode) & S_IALLUGO;
273 u32 mask = 0, mode = 0;
293 mode = attr->ia_mode & S_IALLUGO;
297 x->mode = htonl(mode);
605 bp = xdr_encode_YFSStoreStatus_mode(bp, op->create.mode);
654 bp = xdr_encode_YFSStoreStatus_mode(bp, op->create.mode);