Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_fs.h48 struct dioattr { struct
464 #define XFS_IOC_DIOINFO _IOR ('X', 30, struct dioattr)
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_ioctl.c656 struct dioattr da; in xfs_ioctl()
669 if (copy_to_user((struct dioattr *)arg, &da, sizeof(da))) in xfs_ioctl()