Searched refs:vxfs_direct (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/freevxfs/
H A Dvxfs_dir.h65 struct vxfs_direct { struct
83 #define VXFS_NAMEMIN offsetof(struct vxfs_direct, d_name)
H A Dvxfs_lookup.c85 vxfs_match(int len, const char * const name, struct vxfs_direct *de)
94 static inline struct vxfs_direct *
95 vxfs_next_entry(struct vxfs_direct *de)
97 return ((struct vxfs_direct *)((char*)de + de->d_reclen));
107 * vxfs_find_entry finds a &struct vxfs_direct for the VFS directory
114 static struct vxfs_direct *
138 struct vxfs_direct *de;
144 de = (struct vxfs_direct *)(baddr + VXFS_DIRBLKOV(dbp));
178 struct vxfs_direct *de;
293 struct vxfs_direct *d
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/freevxfs/
H A Dvxfs_dir.h65 struct vxfs_direct { struct
83 #define VXFS_NAMEMIN offsetof(struct vxfs_direct, d_name)
H A Dvxfs_lookup.c85 vxfs_match(int len, const char * const name, struct vxfs_direct *de)
94 static inline struct vxfs_direct *
95 vxfs_next_entry(struct vxfs_direct *de)
97 return ((struct vxfs_direct *)((char*)de + de->d_reclen));
107 * vxfs_find_entry finds a &struct vxfs_direct for the VFS directory
114 static struct vxfs_direct *
138 struct vxfs_direct *de;
144 de = (struct vxfs_direct *)(baddr + VXFS_DIRBLKOV(dbp));
178 struct vxfs_direct *de;
293 struct vxfs_direct *d
[all...]

Completed in 71 milliseconds