HomeSort by relevance Sort by last modified time
    Searched refs:TST_BTRFS_MAGIC (Results 1 - 9 of 9) sorted by null

  /external/ltp/lib/
tst_fs_type.c 56 case TST_BTRFS_MAGIC:
  /external/ltp/testcases/kernel/syscalls/swapon/
swapon01.c 42 if (fs_type == TST_BTRFS_MAGIC && errno == EINVAL) {
swapon02.c 84 if (fs_type == TST_BTRFS_MAGIC && errno == EINVAL) {
149 if (fs_type != TST_BTRFS_MAGIC || errno != EINVAL)
swapon03.c 218 if (fs_type == TST_BTRFS_MAGIC && errno == EINVAL)
  /external/ltp/testcases/kernel/syscalls/swapoff/
swapoff01.c 58 if (fs_type == TST_BTRFS_MAGIC && errno == EINVAL) {
  /external/ltp/include/
tst_fs.h 22 #define TST_BTRFS_MAGIC 0x9123683E
  /external/ltp/testcases/kernel/syscalls/renameat2/
renameat201.c 141 && fs_type == TST_BTRFS_MAGIC) {
renameat202.c 126 if (TEST_ERRNO == EINVAL && TST_BTRFS_MAGIC == fs_type) {
  /external/ltp/testcases/kernel/io/direct_io/
diotest4.c 274 case TST_BTRFS_MAGIC:
453 case TST_BTRFS_MAGIC:

Completed in 47 milliseconds