函数 | |
static int | ErrorVopCreate (struct Vnode *parent, const char *name, int mode, struct Vnode **vnode) |
static int | ErrorVopLookup (struct Vnode *parent, const char *name, int len, struct Vnode **vnode) |
static int | ErrorVopOpen (struct Vnode *vnode, int fd, int mode, int flags) |
static int | ErrorVopClose (struct Vnode *vnode) |
static int | ErrorVopReclaim (struct Vnode *vnode) |
static int | ErrorVopUnlink (struct Vnode *parent, struct Vnode *vnode, const char *fileName) |
static int | ErrorVopRmdir (struct Vnode *parent, struct Vnode *vnode, const char *dirName) |
static int | ErrorVopMkdir (struct Vnode *parent, const char *dirName, mode_t mode, struct Vnode **vnode) |
static int | ErrorVopReaddir (struct Vnode *vnode, struct fs_dirent_s *dir) |
static int | ErrorVopOpendir (struct Vnode *vnode, struct fs_dirent_s *dir) |
static int | ErrorVopRewinddir (struct Vnode *vnode, struct fs_dirent_s *dir) |
static int | ErrorVopClosedir (struct Vnode *vnode, struct fs_dirent_s *dir) |
static int | ErrorVopGetattr (struct Vnode *vnode, struct stat *st) |
static int | ErrorVopSetattr (struct Vnode *vnode, struct stat *st) |
static int | ErrorVopChattr (struct Vnode *vnode, struct IATTR *attr) |
static int | ErrorVopRename (struct Vnode *src, struct Vnode *dstParent, const char *srcName, const char *dstName) |
static int | ErrorVopTruncate (struct Vnode *vnode, off_t len) |
static int | ErrorVopTruncate64 (struct Vnode *vnode, off64_t len) |
static int | ErrorVopFscheck (struct Vnode *vnode, struct fs_dirent_s *dir) |
static int | ErrorVopLink (struct Vnode *src, struct Vnode *dstParent, struct Vnode **dst, const char *dstName) |
static int | ErrorVopSymlink (struct Vnode *parentVnode, struct Vnode **newVnode, const char *path, const char *target) |
static ssize_t | ErrorVopReadlink (struct Vnode *vnode, char *buffer, size_t bufLen) |
static int | ErrorFopOpen (struct file *filep) |
static int | ErrorFopClose (struct file *filep) |
static ssize_t | ErrorFopRead (struct file *filep, char *buffer, size_t buflen) |
static ssize_t | ErrorFopWrite (struct file *filep, const char *buffer, size_t buflen) |
static off_t | ErrorFopSeek (struct file *filep, off_t offset, int whence) |
static int | ErrorFopIoctl (struct file *filep, int cmd, unsigned long arg) |
static int | ErrorFopMmap (struct file *filep, struct VmMapRegion *region) |
static int | ErrorFopPoll (struct file *filep, poll_table *fds) |
static int | ErrorFopStat (struct file *filep, struct stat *st) |
static int | ErrorFopFallocate (struct file *filep, int mode, off_t offset, off_t len) |
static int | ErrorFopFallocate64 (struct file *filep, int mode, off64_t offset, off64_t len) |
static int | ErrorFopFsync (struct file *filep) |
static ssize_t | ErrorFopReadpage (struct file *filep, char *buffer, size_t buflen) |
static int | ErrorFopUnlink (struct Vnode *vnode) |
static struct Mount * | GetDevMountPoint (struct Vnode *dev) |
static void | DirPreClose (struct fs_dirent_s *dirp) |
static void | FilePreClose (struct file *filep, const struct file_operations_vfs *ops) |
static void | FileDisableAndClean (struct Mount *mnt) |
static void | VnodeTryFree (struct Vnode *vnode) |
static void | VnodeTryFreeAll (struct Mount *mount) |
int | ForceUmountDev (struct Vnode *dev) |
变量 | |
static struct VnodeOps | g_errorVnodeOps |
static struct file_operations_vfs | g_errorFileOps |
|
static |
在文件 vfs_force_umount.c 第 372 行定义.
在文件 vfs_force_umount.c 第 241 行定义.
在文件 vfs_force_umount.c 第 319 行定义.
在文件 vfs_force_umount.c 第 272 行定义.
|
static |
在文件 vfs_force_umount.c 第 280 行定义.
在文件 vfs_force_umount.c 第 235 行定义.
在文件 vfs_force_umount.c 第 287 行定义.
在文件 vfs_force_umount.c 第 248 行定义.
在文件 vfs_force_umount.c 第 325 行定义.
在文件 vfs_force_umount.c 第 264 行定义.
在文件 vfs_force_umount.c 第 294 行定义.
在文件 vfs_force_umount.c 第 333 行定义.
在文件 vfs_force_umount.c 第 256 行定义.
在文件 vfs_force_umount.c 第 146 行定义.
在文件 vfs_force_umount.c 第 65 行定义.
在文件 vfs_force_umount.c 第 124 行定义.
在文件 vfs_force_umount.c 第 176 行定义.
在文件 vfs_force_umount.c 第 132 行定义.
在文件 vfs_force_umount.c 第 110 行定义.
在文件 vfs_force_umount.c 第 103 行定义.
在文件 vfs_force_umount.c 第 201 行定义.
在文件 vfs_force_umount.c 第 72 行定义.
在文件 vfs_force_umount.c 第 117 行定义.
|
static |
在文件 vfs_force_umount.c 第 86 行定义.
在文件 vfs_force_umount.c 第 139 行定义.
在文件 vfs_force_umount.c 第 162 行定义.
在文件 vfs_force_umount.c 第 169 行定义.
|
static |
在文件 vfs_force_umount.c 第 78 行定义.
在文件 vfs_force_umount.c 第 397 行定义.
在文件 vfs_force_umount.c 第 451 行定义.
在文件 vfs_force_umount.c 第 420 行定义.
在文件 vfs_force_umount.c 第 438 行定义.
|
static |
在文件 vfs_force_umount.c 第 339 行定义.
|
static |
在文件 vfs_force_umount.c 第 209 行定义.