Home
last modified time | relevance | path

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

/linux-2.6.39/fs/freevxfs/
Dvxfs.h227 #define VXFS_ISREG(x) VXFS_IS_TYPE((x),VXFS_IFREG) macro
Dvxfs_inode.c205 if (VXFS_ISREG(vip)) in vxfs_transmod()