Home
last modified time | relevance | path

Searched refs:BTRFS_TYPE_CHARDEV (Results 1 – 10 of 10) sorted by relevance

/reactos/dll/shellext/shellbtrfs/
H A Dshellext.h87 #define BTRFS_TYPE_CHARDEV 3 macro
H A Dcontextmenu.cpp636 …if (bii.type == BTRFS_TYPE_CHARDEV || bii.type == BTRFS_TYPE_BLOCKDEV || bii.type == BTRFS_TYPE_FI… in reflink_copy()
1369 …if (bii.type == BTRFS_TYPE_CHARDEV || bii.type == BTRFS_TYPE_BLOCKDEV || bii.type == BTRFS_TYPE_FI… in reflink_copy2()
H A Dpropsheet.cpp566 case BTRFS_TYPE_CHARDEV: in inode_type_to_string_ref()
H A Drecv.cpp336 bmn->type = *mode & S_IFCHR ? BTRFS_TYPE_CHARDEV : BTRFS_TYPE_BLOCKDEV; in cmd_mkfile()
/reactos/drivers/filesystems/btrfs/
H A Dbtrfs.h265 #define BTRFS_TYPE_CHARDEV 3 macro
H A Dreparse.c349 …if (fcb->type == BTRFS_TYPE_DIRECTORY || fcb->type == BTRFS_TYPE_CHARDEV || fcb->type == BTRFS_TYP… in set_reparse_point2()
H A Ddirctrl.c119 else if (type == BTRFS_TYPE_CHARDEV) in get_reparse_tag()
H A Dcreate.c809 fcb->type = BTRFS_TYPE_CHARDEV;
2068 fcb->type = BTRFS_TYPE_CHARDEV; in file_create_parse_ea()
2109 if (fcb->type != BTRFS_TYPE_CHARDEV && fcb->type != BTRFS_TYPE_BLOCKDEV) in file_create_parse_ea()
3251 fileref->fcb->type == BTRFS_TYPE_CHARDEV || fileref->fcb->type == BTRFS_TYPE_BLOCKDEV) {
H A Dfileinfo.c4920 else if (fcb->type == BTRFS_TYPE_CHARDEV)
4929 … BTRFS_TYPE_SOCKET || fcb->type == BTRFS_TYPE_FIFO || fcb->type == BTRFS_TYPE_CHARDEV || fcb->type…
4979 else if (fcb->type == BTRFS_TYPE_CHARDEV)
4988 … BTRFS_TYPE_SOCKET || fcb->type == BTRFS_TYPE_FIFO || fcb->type == BTRFS_TYPE_CHARDEV || fcb->type…
H A Dfsctl.c3880 if (bmn->type == BTRFS_TYPE_BLOCKDEV || bmn->type == BTRFS_TYPE_CHARDEV) in mknod()
3894 else if (bmn->type == BTRFS_TYPE_CHARDEV) in mknod()