Home
last modified time | relevance | path

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

/third_party/ntfs-3g/include/ntfs-3g/
Ddevice.h48 #define test_ndev_flag(nd, flag) test_bit(ND_##flag, (nd)->d_state)
49 #define set_ndev_flag(nd, flag) set_bit(ND_##flag, (nd)->d_state)
50 #define clear_ndev_flag(nd, flag) clear_bit(ND_##flag, (nd)->d_state)
85 unsigned long d_state; /* State of the device. */ member
/third_party/ntfs-3g/libntfs-3g/
Ddevice.c133 dev->d_state = state; in ntfs_device_alloc()
/third_party/ntfs-3g/ntfsprogs/
Dntfsinfo.c472 printf("\tDevice state: %lu\n", vol->dev->d_state); in ntfs_dump_volume()