Home
last modified time | relevance | path

Searched refs:XFS_DIR3_FT_FIFO (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_da_format.h155 #define XFS_DIR3_FT_FIFO 5 macro
H A Dxfs_dir2.c41 return XFS_DIR3_FT_FIFO; in xfs_mode_to_ftype()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_da_format.h155 #define XFS_DIR3_FT_FIFO 5 macro
H A Dxfs_dir2.c41 return XFS_DIR3_FT_FIFO; in xfs_mode_to_ftype()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_da_format.h155 #define XFS_DIR3_FT_FIFO 5 macro
H A Dxfs_dir2.c41 return XFS_DIR3_FT_FIFO; in xfs_mode_to_ftype()
/dports/sysutils/fusefs-xfuse/xfuse-9c8824/src/libxfuse/
H A Ddir3.rs51 pub const XFS_DIR3_FT_FIFO: u8 = 5; const