Searched refs:try_open (Results 1 – 3 of 3) sorted by relevance
163 static int try_open(const char *name, int mode);482 int can_write = try_open(ufile->path, O_WRONLY) == 0; in create_check_hlinks()542 if (try_open(name, o_modes[mode]) != -1) in try_symlink()549 static int try_open(const char *name, int mode) in try_open() function
63 static int try_open(snd_mixer_class_t *class, const char *lib) in try_open() function163 return try_open(class, lib); in match()167 return try_open(class, lib); in match()
552 static int try_open(const char *dev, char **devp) in try_open() function582 fd = try_open(FUSE_DEV_NEW, devp); in open_fuse_device()