Searched defs:ufs_ops (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/ufs/ufs/ |
H A D | ufsmount.h | 131 struct ufs_ops { struct 132 void (*uo_itimes)(struct inode *ip, const struct timespec *, 134 int (*uo_update)(struct vnode *, const struct timespec *, 136 int (*uo_truncate)(struct vnode *, off_t, int, kauth_cred_t); 137 int (*uo_balloc)(struct vnode *, off_t, int, kauth_cred_t, int, 139 void (*uo_snapgone)(struct vnode *); 140 int (*uo_bufrd)(struct vnode *, struct uio *, int, kauth_cred_t); 141 int (*uo_bufwr)(struct vnode *, struct uio *, int, kauth_cred_t);
|
/netbsd-src/sys/arch/ews4800mips/stand/common/ |
H A D | devopen.c | 49 struct fs_ops ufs_ops = FS_OPS(ufs); variable
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | ops_ufs.c | 60 am_ops ufs_ops = variable
|