Home
last modified time | relevance | path

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

/linux-4.19.296/fs/freevxfs/
Dvxfs_inode.c86 if (VXFS_ISDIR(vip)) in vxfs_transmod()
121 if (VXFS_ISDIR(vip)) in dip2vip_cpy()
Dvxfs.h249 #define VXFS_ISDIR(x) VXFS_IS_TYPE((x),VXFS_IFDIR) macro