Home
last modified time | relevance | path

Searched refs:fd_immutable (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
Dcopy_file_range02.c46 static int fd_immutable; variable
74 {&fd_immutable, 0, EPERM, CONTSIZE, "immutable file", 1},
119 if (tc->copy_to_fd == &fd_immutable && chattr_i_nsup) { in verify_copy_file_range()
166 if (fd_immutable > 0) { in cleanup()
168 SAFE_CLOSE(fd_immutable); in cleanup()
212 fd_immutable = SAFE_OPEN(FILE_IMMUTABLE_PATH, O_RDWR | O_CREAT, 0664); in setup()