Home
last modified time | relevance | path

Searched refs:LOOP_SET_CAPACITY (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/include/lapi/
H A Dloop.h21 #ifndef LOOP_SET_CAPACITY
22 # define LOOP_SET_CAPACITY 0x4C07 macro
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl_loop04.c11 * Tests ioctl() on loopdevice with LOOP_SET_CAPACITY flag.
13 * Tests whether LOOP_SET_CAPACITY can update a live
49 SAFE_IOCTL(dev_fd, LOOP_SET_CAPACITY); in verify_ioctl_loop()
56 tst_res(TPASS, "LOOP_SET_CAPACITY set loop size to %d", NEW_SIZE); in verify_ioctl_loop()
58 tst_res(TFAIL, "LOOP_SET_CAPACITY didn't set loop size to %d, its size is %ld", in verify_ioctl_loop()

Completed in 1 milliseconds