Searched refs:file_mode (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl15.c | 70 static void lock_region_two(int file_flag, int file_mode) in lock_region_two() argument 74 fd = SAFE_OPEN(tmpname, file_flag, file_mode); in lock_region_two() 83 static void do_test(int file_flag, int file_mode, int dup_flag) in do_test() argument 87 fd = SAFE_OPEN(tmpname, file_flag, file_mode); in do_test() 124 static int run_test(int file_flag, int file_mode, int dup_flag) in run_test() argument 126 fd[0] = SAFE_OPEN(tmpname, file_flag, file_mode); in run_test() 132 lock_region_two(file_flag, file_mode); in run_test() 137 fd[1] = SAFE_OPEN(tmpname, file_flag, file_mode); in run_test() 153 do_test(file_flag, file_mode, dup_flag); in run_test()
|
D | fcntl16.c | 444 int run_test(int file_flag, int file_mode, int start, int end) in run_test() argument 455 fd = SAFE_OPEN(cleanup, tmpname, file_flag, file_mode); in run_test()
|
D | fcntl14.c | 777 void run_test(int file_flag, int file_mode, int seek, int start, int end) in run_test() argument 782 fd = SAFE_OPEN(cleanup, tmpname, file_flag, file_mode); in run_test()
|
/third_party/ltp/testcases/kernel/syscalls/fchmod/ |
D | fchmod01.c | 23 mode_t file_mode, mode; in verify_fchmod() local 33 file_mode = stat_buf.st_mode; in verify_fchmod() 35 if ((file_mode & ~S_IFREG) != mode) { in verify_fchmod() 38 TESTFILE, file_mode & ~S_IFREG, mode); in verify_fchmod()
|
D | fchmod03.c | 29 mode_t file_mode; in verify_fchmod() local 35 file_mode = stat_buf.st_mode; in verify_fchmod() 37 if ((file_mode & PERMS) != PERMS) in verify_fchmod() 39 "Expected 0777", TESTFILE, file_mode); in verify_fchmod()
|
D | fchmod02.c | 30 mode_t file_mode; in verify_fchmod() local 37 file_mode = stat_buf.st_mode; in verify_fchmod() 39 if ((file_mode & ~S_IFREG) != PERMS) { in verify_fchmod() 41 TESTFILE, file_mode, PERMS); in verify_fchmod()
|
/third_party/libfuse/test/ |
D | test_setattr.c | 34 static mode_t file_mode = S_IFREG | 0644; variable 44 stbuf->st_mode = file_mode; in tfs_stat() 115 file_mode = attr->st_mode; in tfs_setattr()
|
/third_party/ltp/runtest/ |
D | fs_perms_simple | 5 # fs_perms file_mode file_uid file_gid test_uid test_gid mode (r|w|x) expected_result
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 16039 unsigned int file_mode: 1; member
|