I always have to think hard about translating the various ops vectors in xfs -
this mod adds labels for each structure member when the ops vector is
initialized, so
a grep for "xd_shortform_to_single" (for example) will yield
xd_shortform_to_single: xfs_dir_shortform_to_leaf,
which points you to the right function.
Date: Mon Apr 9 14:47:52 PDT 2001
Workarea: gibble.americas.sgi.com:/export/xfs1/eric/workarea
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.x-xfs
Modid: 2.4.x-xfs:slinx:92050a
linux/fs/xfs/xfs_vnodeops.c - 1.496
linux/fs/xfs/xfs_dir.c - 1.131
linux/fs/xfs/xfs_inode_item.c - 1.95
linux/fs/xfs/xfs_iocore.c - 1.24
linux/fs/xfs/xfs_vfsops.c - 1.312
linux/fs/xfs/xfs_dir2.c - 1.28
- Add member labels to ops vector initializations for clarity.
|