Home
last modified time | relevance | path

Searched refs:XFS_DIFLAG_FILESTREAM (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/
Dxfs_dinode.h198 #define XFS_DIFLAG_FILESTREAM (1 << XFS_DIFLAG_FILESTREAM_BIT) macro
211 XFS_DIFLAG_EXTSZINHERIT | XFS_DIFLAG_NODEFRAG | XFS_DIFLAG_FILESTREAM)
Dxfs_filestream.h131 (ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM); in xfs_inode_is_filestream()
Dxfs_inode.c748 if (di_flags & XFS_DIFLAG_FILESTREAM) in _xfs_dic2xflags()
1145 if (pip->i_d.di_flags & XFS_DIFLAG_FILESTREAM) in xfs_ialloc()
1146 di_flags |= XFS_DIFLAG_FILESTREAM; in xfs_ialloc()
/fs/xfs/linux-2.6/
Dxfs_ioctl.c871 di_flags |= XFS_DIFLAG_FILESTREAM; in xfs_set_diflags()