Home
last modified time | relevance | path

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

/DragonOS/user/apps/test_statfs/
H A Dmain.c24 printf("f_type= %lu\n", diskInfo.f_type); in main()
/DragonOS/user/apps/test_fstatfs/
H A Dmain.c29 printf("f_type= %lu\n", diskInfo.f_type); in main()
/DragonOS/kernel/src/filesystem/vfs/
H A Dsyscall.rs336 f_type: u64, field
353 f_type: super_block.magic.bits, in from()