new_pts_fs_with_state

Function new_pts_fs_with_state 

Source
pub fn new_pts_fs_with_state(
    locked: &mut Locked<Unlocked>,
    kernel: &Kernel,
    options: FileSystemOptions,
    state: Arc<TtyState>,
) -> Result<FileSystemHandle, Errno>