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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunix_io.c141 if (!NDevBlock(dev) && (flags & O_RDWR) == O_RDWR)
153 if (NDevBlock(dev) && ((flags & O_RDWR) == O_RDWR)) {
H A Ddevice.h64 #define NDevBlock(nd) test_ndev_flag(nd, Block) macro
H A Dioctl.c290 if (!NDevBlock(vol->dev)) {
H A Ddevice.c944 if (!NDevBlock(dev))
949 if (!NDevBlock(dev))

Completed in 43 milliseconds