Lines Matching refs:P9_WRONLY
977 if $flags & P9_TRUNC == 0 && $flags & P9_WRONLY == 0 {
982 if $flags & P9_RDWR != 0 || $flags & P9_WRONLY != 0 {
1011 open_test!(write_only_file_open, P9_WRONLY);
1015 open_test!(create_write_only_file_open, P9_CREATE | P9_WRONLY);
1019 open_test!(append_write_only_file_open, P9_APPEND | P9_WRONLY);
1023 open_test!(trunc_write_only_file_open, P9_TRUNC | P9_WRONLY);
1035 P9_CREATE | P9_APPEND | P9_WRONLY
1048 P9_CREATE | P9_TRUNC | P9_WRONLY
1061 P9_APPEND | P9_TRUNC | P9_WRONLY
1074 P9_CREATE | P9_APPEND | P9_TRUNC | P9_WRONLY
1089 P9_CREATE | P9_EXCL | P9_WRONLY,
1111 if $flags & P9_RDWR != 0 || $flags & P9_WRONLY != 0 {
1139 create_test!(write_only_file_create, P9_WRONLY, 0o600u32);
1147 create_test!(append_wronly_file_create, P9_APPEND | P9_WRONLY, 0o600u32);