Searched refs:ux (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 | 177 int file_create(char *name, int ur, int uw, int ux, int gr, in file_create() argument 185 mode |= ux ? S_IXUSR : 0; in file_create()
|