Searched refs:uw (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/sparc/include/asm/ |
D | uaccess_64.h | 144 case 4: __get_user_asm(__gu_val,uw,addr,__gu_ret); break; \ 154 case 4: __get_user_asm_ret(__gu_val,uw,addr,retval); break; \
|
/linux-2.6.39/fs/hostfs/ |
D | hostfs.h | 79 extern int file_create(char *name, int ur, int uw, int ux, int gr,
|
D | hostfs_user.c | 177 int file_create(char *name, int ur, int uw, int ux, int gr, in file_create() argument 184 mode |= uw ? S_IWUSR : 0; in file_create()
|