Home
last modified time | relevance | path

Searched refs:BTRFS_IOC_SUBVOL_CREATE (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/
H A Dsyscall_types.h372 #if defined(BTRFS_IOC_SUBVOL_CREATE) || defined(BTRFS_IOC_SNAP_CREATE) || \
H A Dioctls.h183 #ifdef BTRFS_IOC_SUBVOL_CREATE in IOCTL()
184 IOCTL(BTRFS_IOC_SUBVOL_CREATE, IOC_W, in IOCTL()
/openbmc/linux/include/uapi/linux/
H A Dbtrfs.h1091 #define BTRFS_IOC_SUBVOL_CREATE _IOW(BTRFS_IOCTL_MAGIC, 14, \ macro
/openbmc/linux/fs/btrfs/
H A Dioctl.c4616 case BTRFS_IOC_SUBVOL_CREATE: in btrfs_ioctl()