Searched refs:remove_path (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/tools/testing/selftests/landlock/ |
D | fs_test.c | 122 static int remove_path(const char *const path) in remove_path() function 178 EXPECT_EQ(0, remove_path(TMP_DIR)); in cleanup_layout() 205 EXPECT_EQ(0, remove_path(file2_s1d3)); in remove_layout1() 206 EXPECT_EQ(0, remove_path(file2_s1d2)); in remove_layout1() 207 EXPECT_EQ(0, remove_path(file2_s1d1)); in remove_layout1() 208 EXPECT_EQ(0, remove_path(file1_s1d3)); in remove_layout1() 209 EXPECT_EQ(0, remove_path(file1_s1d2)); in remove_layout1() 210 EXPECT_EQ(0, remove_path(file1_s1d1)); in remove_layout1() 212 EXPECT_EQ(0, remove_path(file2_s2d3)); in remove_layout1() 213 EXPECT_EQ(0, remove_path(file1_s2d3)); in remove_layout1() [all …]
|
/Linux-v5.15/drivers/infiniband/ulp/rtrs/ |
D | rtrs-clt-sysfs.c | 296 __ATTR(remove_path, 0644, rtrs_clt_remove_path_show,
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-class-rtrs-client | 69 What: /sys/class/rtrs-client/<session-name>/paths/<src@dst>/remove_path
|