Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_sb.c116 return -EWRONGFS; in xfs_mount_validate_sb()
122 return -EWRONGFS; in xfs_mount_validate_sb()
612 xfs_buf_ioerror(bp, -EWRONGFS); in xfs_sb_quiet_read_verify()
/linux-4.1.27/fs/xfs/
Dxfs_linux.h158 #define EWRONGFS EINVAL /* Mount with wrong filesystem type */ macro