Searched refs:fcntl (Results 1 – 8 of 8) sorted by relevance
/DragonOS/kernel/src/filesystem/vfs/ |
H A D | utils.rs | 10 use super::{fcntl::AtFlags, FileType, IndexNode, ROOT_INODE};
|
H A D | core.rs | 25 fcntl::AtFlags,
|
H A D | open.rs | 6 fcntl::AtFlags,
|
H A D | mod.rs | 2 pub mod fcntl; module
|
H A D | syscall.rs | 27 fcntl::{AtFlags, FcntlCommand, FD_CLOEXEC}, 1157 pub fn fcntl(fd: i32, cmd: FcntlCommand, arg: i32) -> Result<usize, SystemError> { in fcntl() method
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.8.md | 60 - feature: 增加fcntl系统调用 (#323) 206 * 增加fcntl系统调用
|
H A D | V0.1.10.md | 72 - fix(fs): socket统一改用`GlobalSocketHandle`,并且修复fcntl SETFD的错误 (#730) 465 socket统一改用`GlobalSocketHandle`,并且修复fcntl SETFD的错误 (#730) 467 * socket统一改用`GlobalSocketHandle`,并且修复fcntl SETFD的错误
|
/DragonOS/kernel/src/syscall/ |
H A D | mod.rs | 31 fcntl::{AtFlags, FcntlCommand}, 683 Self::fcntl(fd, cmd, arg) in handle()
|