Home
last modified time | relevance | path

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

/openbmc/linux/fs/freevxfs/
H A Dvxfs_inode.c62 if (VXFS_ISDIR(vip)) in vxfs_transmod()
97 if (VXFS_ISDIR(vip)) in dip2vip_cpy()
H A Dvxfs.h224 #define VXFS_ISDIR(x) VXFS_IS_TYPE((x),VXFS_IFDIR) macro