root/xfs/xfs_syscalls-dummy.c

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. sys_xfspioctl

    1 /*
    2  * This code released into public domain by Artur Grabowski <art@openbsd.org>
    3  */
    4 #include <xfs/xfs_locl.h>
    5 
    6 int
    7 sys_xfspioctl(struct proc *proc, void *varg, register_t *retval)
    8 {
    9         return ENOSYS;
   10 }

/* [<][>][^][v][top][bottom][index][help] */