Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_filestream.h37 (ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM); in xfs_inode_is_filestream()
Dxfs_inode.c592 if (di_flags & XFS_DIFLAG_FILESTREAM) in _xfs_dic2xflags()
848 if (pip->i_d.di_flags & XFS_DIFLAG_FILESTREAM) in xfs_ialloc()
849 di_flags |= XFS_DIFLAG_FILESTREAM; in xfs_ialloc()
Dxfs_ioctl.c953 di_flags |= XFS_DIFLAG_FILESTREAM; in xfs_set_diflags()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_format.h1000 #define XFS_DIFLAG_FILESTREAM (1 << XFS_DIFLAG_FILESTREAM_BIT) macro
1007 XFS_DIFLAG_EXTSZINHERIT | XFS_DIFLAG_NODEFRAG | XFS_DIFLAG_FILESTREAM)