Searched refs:S_IWUSR (Results 1 – 9 of 9) sorted by relevance
17 #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
31 #define S_IWUSR 00200 macro
126 fd = open(SHM_PATH, O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); in main()
49 #define S_IWUSR 00200 macro
60 ret = open(file->path, O_RDWR|O_CREAT|O_TRUNC, S_IRUSR|S_IWUSR); in perf_data__create_dir()292 S_IRUSR|S_IWUSR); in open_file_write()
444 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in main()
600 S_IRUSR | S_IWUSR); in mfd_assert_shrink()618 S_IRUSR | S_IWUSR); in mfd_fail_shrink()
296 if ((ss.st_mode & S_IWUSR) == 0) { in test_memcg_current_peak()1066 if ((ss.st_mode & S_IWUSR) == 0) { in test_memcg_swap_max_peak()
Completed in 18 milliseconds