Searched refs:blockdev_size (Results 1 – 10 of 10) sorted by relevance
/external/fio/os/ |
D | os-hpux.h | 50 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes) in blockdev_size() function 68 return blockdev_size(f, bytes); in chardev_size()
|
D | os-freebsd.h | 61 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes) in blockdev_size() function 76 return blockdev_size(f, bytes); in chardev_size()
|
D | os-mac.h | 117 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes) in blockdev_size() function 138 if (!blockdev_size(f, bytes)) in chardev_size()
|
D | os-windows.h | 114 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes) in blockdev_size() function 143 return blockdev_size(f, bytes); in chardev_size()
|
D | os-aix.h | 29 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes) in blockdev_size() function
|
D | os-android.h | 172 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes) in blockdev_size() function
|
D | os-linux.h | 133 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes) in blockdev_size() function
|
D | os.h | 264 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes) in blockdev_size() function
|
/external/fio/t/ |
D | dedupe.c | 89 if (blockdev_size(f, &bytes)) { in get_size()
|
/external/fio/ |
D | filesetup.c | 296 r = blockdev_size(f, &bytes); in bdev_size()
|