Home
last modified time | relevance | path

Searched refs:ux (Results 1 – 2 of 2) sorted by relevance

/fs/hostfs/
Dhostfs.h80 extern int file_create(char *name, int ur, int uw, int ux, int gr,
Dhostfs_user.c177 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()