Home
last modified time | relevance | path

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

/linux/fs/freevxfs/
H A Dvxfs_inode.c66 if (VXFS_ISLNK(vip)) in vxfs_transmod()
99 else if (!VXFS_ISREG(vip) && !VXFS_ISLNK(vip)) in dip2vip_cpy()
H A Dvxfs.h227 #define VXFS_ISLNK(x) VXFS_IS_TYPE((x),VXFS_IFLNK) macro