/src/sys/arch/ews4800mips/stand/common/ |
devopen.c | 49 struct fs_ops ufs_ops = FS_OPS(ufs); variable in typeref:struct:fs_ops 84 file_system[0] = ufs_ops; 159 file_system[0] = ufs_ops;
|
devopen.c | 49 struct fs_ops ufs_ops = FS_OPS(ufs); variable in typeref:struct:fs_ops 84 file_system[0] = ufs_ops; 159 file_system[0] = ufs_ops;
|
/src/sys/ufs/ufs/ |
ufsmount.h | 126 const struct ufs_ops *um_ops; 131 struct ufs_ops { struct 144 #define UFS_OPS(vp) (VFSTOUFS((vp)->v_mount)->um_ops) 147 (*UFS_OPS(vp)->uo_itimes)(VTOI(vp), (acc), (mod), (cre)) 149 (*UFS_OPS(vp)->uo_update)((vp), (acc), (mod), (flags)) 151 (*UFS_OPS(vp)->uo_truncate)((vp), (off), (flags), (cr)) 153 (*UFS_OPS(vp)->uo_balloc)((vp), (off), (size), (cr), (flags), (bpp)) 155 (*UFS_OPS(vp)->uo_snapgone)((vp)) 157 (*UFS_OPS(vp)->uo_bufrd)((vp), (uio), (ioflag), (cred)) 159 (*UFS_OPS(vp)->uo_bufwr)((vp), (uio), (ioflag), (cred) [all...] |
ufsmount.h | 126 const struct ufs_ops *um_ops; 131 struct ufs_ops { struct 144 #define UFS_OPS(vp) (VFSTOUFS((vp)->v_mount)->um_ops) 147 (*UFS_OPS(vp)->uo_itimes)(VTOI(vp), (acc), (mod), (cre)) 149 (*UFS_OPS(vp)->uo_update)((vp), (acc), (mod), (flags)) 151 (*UFS_OPS(vp)->uo_truncate)((vp), (off), (flags), (cr)) 153 (*UFS_OPS(vp)->uo_balloc)((vp), (off), (size), (cr), (flags), (bpp)) 155 (*UFS_OPS(vp)->uo_snapgone)((vp)) 157 (*UFS_OPS(vp)->uo_bufrd)((vp), (uio), (ioflag), (cred)) 159 (*UFS_OPS(vp)->uo_bufwr)((vp), (uio), (ioflag), (cred) [all...] |