~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux/include/asm-s390/namei.h

Version: ~ [ 2.4.0 ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /*
  2  *  include/asm-s390/namei.h
  3  *
  4  *  S390 version
  5  *
  6  *  Derived from "include/asm-i386/namei.h"
  7  *
  8  *  Included from linux/fs/namei.c
  9  */
 10 
 11 #ifndef __S390_NAMEI_H
 12 #define __S390_NAMEI_H
 13 
 14 /* This dummy routine maybe changed to something useful
 15  * for /usr/gnemul/ emulation stuff.
 16  * Look at asm-sparc/namei.h for details.
 17  */
 18 
 19 #define __prefix_lookup_dentry(name, lookup_flags) \
 20         do {} while (0)
 21 
 22 #endif /* __S390_NAMEI_H */
 23 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.