Home
last modified time | relevance | path

Searched defs:sb (Results 1 – 8 of 8) sorted by relevance

/bin/stat/
Dstat.c15 struct stat sb; in main() local
/bin/cat/
Dcat.c17 struct stat sb; in main() local
/sys/fs/o2fs/
Do2fs.c47 SuperBlock *sb; in O2FS_Mount() local
421 SuperBlock *sb = sbEntry->buffer; in O2FS_Lookup() local
485 SuperBlock *sb = sbEntry->buffer; in O2FS_Stat() local
517 SuperBlock *sb = sbEntry->buffer; in O2FS_Read() local
583 SuperBlock *sb = sbEntry->buffer; in O2FS_Write() local
/bin/shell/
Dshell.c70 struct stat sb; in Cmd_Run() local
/sys/kern/
Dvfs.c124 VFS_Stat(const char *path, struct stat *sb) in VFS_Stat()
Dsyscall.c336 struct stat sb; in Syscall_Stat() local
/sbin/newfs_o2fs/
Dnewfs_o2fs.c270 SuperBlock sb; in Superblock() local
/lib/libc/
Dsyscall.c89 OSStat(const char *path, struct stat *sb) in OSStat()