Searched refs:check_mode (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/ |
H A D | shmctl08.c | 39 static void check_mode(struct shmid_ds *ds, short exp_mode) in check_mode() function 61 check_mode(&ds, 0666); in verify_shmset() 72 check_mode(&ds, old_mode & ~0066); in verify_shmset() 88 check_mode(&ds, old_mode & MODE_MASK); in verify_shmset()
|
/third_party/ltp/testcases/kernel/syscalls/chown/ |
H A D | chown03.c | 39 static void check_mode(struct stat *s, mode_t exp_mode) in check_mode() function 61 check_mode(&stat_buf, NEW_PERMS); in run() 67 check_mode(&stat_buf, NEW_PERMS & ~(S_ISUID | S_ISGID)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/fchown/ |
H A D | fchown03.c | 44 static void check_mode(struct stat *s, mode_t exp_mode) in check_mode() function 67 check_mode(&stat_buf, NEW_PERMS); in run() 72 check_mode(&stat_buf, NEW_PERMS & ~(S_ISUID | S_ISGID)); in run()
|
/third_party/libfuse/test/ |
H A D | test_syscalls.c | 185 static int check_mode(const char *path, mode_t mode) in check_mode() function 200 return check_mode(path, mode); in check_testfile_mode() 495 res = check_mode(path, 0644); in create_file() 633 res = check_mode(path, 0755); in create_dir() 994 err += check_mode(testfile, 0644); in test_create() 1084 err += check_mode(testfile, 0644); in test_mknod() 1153 err += check_mode(testfile, 0644); in do_test_open() 1155 err += check_mode(testfile, mode); in do_test_open() 1342 err += check_mode(testfile2, 0777); in test_symlink() 1404 err += check_mode(testfile in test_link() [all...] |
Completed in 3 milliseconds