Home
last modified time | relevance | path

Searched refs:ENOSPC (Results 1 – 5 of 5) sorted by relevance

/DragonOS/kernel/src/common/
H A Derrno.h40 #define ENOSPC 28 /* 设备上没有空间 No space left on device. */ macro
/DragonOS/kernel/crates/system_error/src/
H A Dlib.rs68 ENOSPC = 28, enumerator
/DragonOS/kernel/src/filesystem/devpts/
H A Dmod.rs63 self.pts_ida.alloc().ok_or(SystemError::ENOSPC) in alloc_index()
/DragonOS/kernel/src/filesystem/fat/
H A Dfs.rs1001 return Err(SystemError::ENOSPC); in get_free_cluster()
1040 return Err(SystemError::ENOSPC); in get_free_cluster()
1069 return Err(SystemError::ENOSPC); in get_free_cluster()
H A Dentry.rs736 None => return Err(SystemError::ENOSPC),