Searched defs:setflags (Results 1 – 4 of 4) sorted by relevance
98 static int setflags(struct inode *inode, int flags) in setflags() function
67 struct lt_setflags setflags; member
86 static int setflags(struct cardstate *cs, unsigned flags, unsigned delay) in setflags() function
228 #define setflags(flags, bits) ((flags) |= (bits)) macro