Home
last modified time | relevance | path

Searched refs:NDevBlock (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
Dunix_io.c141 if (!NDevBlock(dev) && (flags & O_RDWR) == O_RDWR) in ntfs_device_unix_io_open()
153 if (NDevBlock(dev) && ((flags & O_RDWR) == O_RDWR)) { in ntfs_device_unix_io_open()
Ddevice.c922 if (!NDevBlock(dev)) in ntfs_device_block_size_set()
927 if (!NDevBlock(dev)) in ntfs_device_block_size_set()
Dioctl.c290 if (!NDevBlock(vol->dev)) { in fstrim()
/third_party/ntfs-3g/include/ntfs-3g/
Ddevice.h64 #define NDevBlock(nd) test_ndev_flag(nd, Block) macro