Home
last modified time | relevance | path

Searched refs:S_ISBLK (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h67 #define Z_ISBLK(type) S_ISBLK(type)
70 #define Z_ISDEV(type) (S_ISCHR(type) || S_ISBLK(type) || S_ISFIFO(type))
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dstat.h43 if (S_ISBLK(st->st_mode)) { in fstat64_blk()
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/os/freebsd/sys/
H A Dstat.h66 if (S_ISBLK(st->st_mode)) { in fstat64_blk()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/freebsd/
H A Dzutil_import_os.c143 } else if (S_ISCHR(statbuf.st_mode) || S_ISBLK(statbuf.st_mode)) { in zpool_open_func()
/f-stack/freebsd/sys/
H A Dstat.h286 #define S_ISBLK(m) (((m) & 0170000) == 0060000) /* block special */ macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_file.c302 int isblk = S_ISBLK(ip->i_mode); in zpl_generic_write_checks()
406 ret = generic_write_checks(filp, &pos, &count, S_ISBLK(ip->i_mode)); in zpl_aio_write()
H A Dzfs_znode.c768 if (S_ISBLK(vap->va_mode) || S_ISCHR(vap->va_mode)) in zfs_mknode()
880 (S_ISBLK(vap->va_mode) || S_ISCHR(vap->va_mode))) { in zfs_mknode()
/f-stack/freebsd/contrib/openzfs/lib/libzutil/os/linux/
H A Dzutil_import_os.c132 (!S_ISREG(statbuf.st_mode) && !S_ISBLK(statbuf.st_mode))) in zpool_open_func()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c1058 if (!(flags & O_CREAT) && S_ISBLK(st.st_mode)) in zfs_file_open()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_vdev.c356 if (wholedisk || S_ISBLK(statbuf.st_mode)) { in make_leaf_vdev()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c4638 if (S_ISBLK(statbuf.st_mode) && zfs_dev_flush(fd) != 0) in dump_label()