pub fn socket_fs(
locked: &mut Locked<impl LockEqualOrBefore<FileOpsCore>>,
kernel: &Kernel,
) -> FileSystemHandleExpand description
Returns a handle to the SocketFs instance in kernel, initializing it if needed.
pub fn socket_fs(
locked: &mut Locked<impl LockEqualOrBefore<FileOpsCore>>,
kernel: &Kernel,
) -> FileSystemHandleReturns a handle to the SocketFs instance in kernel, initializing it if needed.