Searched refs:NDevBlock (Results 1 – 4 of 4) sorted by relevance
141 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()
922 if (!NDevBlock(dev)) in ntfs_device_block_size_set()927 if (!NDevBlock(dev)) in ntfs_device_block_size_set()
290 if (!NDevBlock(vol->dev)) { in fstrim()
64 #define NDevBlock(nd) test_ndev_flag(nd, Block) macro