HomeSort by relevance Sort by last modified time
    Searched refs:tst_fs_type (Results 1 - 25 of 27) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/swapon/
swapon01.c 87 switch ((fs_type = tst_fs_type(cleanup, "."))) {
swapon02.c 135 switch ((fs_type = tst_fs_type(cleanup, "."))) {
swapon03.c 336 switch ((fs_type = tst_fs_type(cleanup, "."))) {
  /external/ltp/include/
tst_fs.h 65 * if (tst_fs_type(cleanup, ".") == TST_NFS_MAGIC) {
74 * swtich ((type = tst_fs_type(cleanup, "."))) {
160 static inline long tst_fs_type(const char *path) function
186 static inline long tst_fs_type(void (*cleanup)(void), const char *path) function
  /external/ltp/testcases/kernel/syscalls/fcntl/
fcntl23.c 120 if (tst_fs_type(cleanup, ".") == TST_NFS_MAGIC) {
fcntl24.c 121 switch ((type = tst_fs_type(cleanup, "."))) {
fcntl25.c 122 switch ((type = tst_fs_type(cleanup, "."))) {
fcntl26.c 122 switch ((type = tst_fs_type(cleanup, "."))) {
fcntl32.c 84 switch ((type = tst_fs_type(cleanup, "."))) {
fcntl33.c 124 switch ((type = tst_fs_type(cleanup, "."))) {
  /external/ltp/testcases/kernel/syscalls/swapoff/
swapoff01.c 89 switch ((fs_type = tst_fs_type(cleanup, "."))) {
swapoff02.c 141 switch ((type = tst_fs_type(cleanup, "."))) {
  /external/ltp/testcases/kernel/syscalls/vmsplice/
vmsplice02.c 68 if (tst_fs_type(".") == TST_NFS_MAGIC) {
vmsplice01.c 125 if (tst_fs_type(".") == TST_NFS_MAGIC) {
  /external/ltp/testcases/kernel/syscalls/read/
read02.c 122 fs_type = tst_fs_type(".");
  /external/ltp/testcases/kernel/syscalls/splice/
splice01.c 95 if (tst_fs_type(".") == TST_NFS_MAGIC) {
  /external/ltp/testcases/kernel/syscalls/tee/
tee01.c 107 if (tst_fs_type(".") == TST_NFS_MAGIC) {
  /external/ltp/testcases/kernel/syscalls/utime/
utime01.c 108 switch ((type = tst_fs_type(cleanup, "."))) {
utime02.c 114 switch ((type = tst_fs_type(cleanup, "."))) {
utime03.c 124 switch ((type = tst_fs_type(cleanup, "."))) {
  /external/ltp/testcases/kernel/syscalls/renameat2/
renameat201.c 110 fs_type = tst_fs_type(cleanup, ".");
renameat202.c 88 fs_type = tst_fs_type(cleanup, ".");
  /external/ltp/lib/
tst_fs_link_count.c 123 fs_type = tst_fs_type(cleanup, dir);
  /external/ltp/testcases/kernel/io/direct_io/
dma_thread_diotest.c 380 type = tst_fs_type(NULL, ".");
diotest4.c 570 fs_type = tst_fs_type(cleanup, ".");

Completed in 206 milliseconds

1 2