Home
last modified time | relevance | path

Searched refs:vdi_org (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/freevxfs/
H A Dvxfs_inode.h111 } vdi_org; member
121 #define vdi_immed vdi_org.immed
122 #define vdi_ext4 vdi_org.ext4
123 #define vdi_typed vdi_org.typed
H A Dvxfs_inode.c103 memcpy(&vip->vii_org, &dip->vdi_org, sizeof(vip->vii_org)); in dip2vip_cpy()