Lines Matching defs:mode
131 int tmpfs_mkdir(struct Vnode *parent, const char *relpath, mode_t mode, struct Vnode **vpp);
132 int tmpfs_create(struct Vnode *dvp, const char *path, int mode, struct Vnode **vpp);
1166 int tmpfs_create(struct Vnode *dvp, const char *path, int mode, struct Vnode **vpp)
1210 tfo->mode = mode;
1211 vp->mode = tfo->mode;
1717 tdo->mode = mnt->vnodeBeCovered->mode;
1724 vp->mode = tdo->mode;
1860 vp->mode = to->mode;
2031 int tmpfs_mkdir(struct Vnode *parent, const char *relpath, mode_t mode, struct Vnode **vpp)
2072 tdo->mode = mode;
2079 vp->mode = tdo->mode;