Searched refs:uw (Results 1 – 2 of 2) sorted by relevance
/fs/hostfs/ |
D | hostfs.h | 80 extern int file_create(char *name, int ur, int uw, int ux, int gr,
|
D | hostfs_user.c | 178 int file_create(char *name, int ur, int uw, int ux, int gr, in file_create() argument 185 mode |= uw ? S_IWUSR : 0; in file_create()
|