protocol.h (8c57a5e7b2820f349c95b8c8393fec1e0f4070d2) protocol.h (71680c18c8f22deafbaaf76d1c2d0eed2899a3d2)
1#include <linux/kernel.h>
2#include <linux/types.h>
3#include <linux/spinlock_types.h>
4#include <linux/slab.h>
5#include <linux/ioctl.h>
6
7extern struct client_debug_mask *cdm_array;
8extern char *debug_help_string;

--- 193 unchanged lines hidden (view full) ---

202 (ORANGEFS_ATTR_SYS_COMMON_ALL | \
203 ORANGEFS_ATTR_SYS_SIZE | \
204 ORANGEFS_ATTR_SYS_LNK_TARGET | \
205 ORANGEFS_ATTR_SYS_DFILE_COUNT | \
206 ORANGEFS_ATTR_SYS_MIRROR_COPIES_COUNT | \
207 ORANGEFS_ATTR_SYS_DIRENT_COUNT | \
208 ORANGEFS_ATTR_SYS_BLKSIZE)
209
1#include <linux/kernel.h>
2#include <linux/types.h>
3#include <linux/spinlock_types.h>
4#include <linux/slab.h>
5#include <linux/ioctl.h>
6
7extern struct client_debug_mask *cdm_array;
8extern char *debug_help_string;

--- 193 unchanged lines hidden (view full) ---

202 (ORANGEFS_ATTR_SYS_COMMON_ALL | \
203 ORANGEFS_ATTR_SYS_SIZE | \
204 ORANGEFS_ATTR_SYS_LNK_TARGET | \
205 ORANGEFS_ATTR_SYS_DFILE_COUNT | \
206 ORANGEFS_ATTR_SYS_MIRROR_COPIES_COUNT | \
207 ORANGEFS_ATTR_SYS_DIRENT_COUNT | \
208 ORANGEFS_ATTR_SYS_BLKSIZE)
209
210#define ORANGEFS_ATTR_SYS_ALL_NOHINT_NOSIZE \
211 (ORANGEFS_ATTR_SYS_COMMON_ALL | \
212 ORANGEFS_ATTR_SYS_LNK_TARGET | \
213 ORANGEFS_ATTR_SYS_DFILE_COUNT | \
214 ORANGEFS_ATTR_SYS_MIRROR_COPIES_COUNT | \
215 ORANGEFS_ATTR_SYS_DIRENT_COUNT | \
216 ORANGEFS_ATTR_SYS_BLKSIZE)
217
218#define ORANGEFS_XATTR_REPLACE 0x2
219#define ORANGEFS_XATTR_CREATE 0x1
220#define ORANGEFS_MAX_SERVER_ADDR_LEN 256
221#define ORANGEFS_NAME_MAX 256
222/*
223 * max extended attribute name len as imposed by the VFS and exploited for the
224 * upcall request types.
225 * NOTE: Please retain them as multiples of 8 even if you wish to change them

--- 230 unchanged lines hidden ---
210#define ORANGEFS_XATTR_REPLACE 0x2
211#define ORANGEFS_XATTR_CREATE 0x1
212#define ORANGEFS_MAX_SERVER_ADDR_LEN 256
213#define ORANGEFS_NAME_MAX 256
214/*
215 * max extended attribute name len as imposed by the VFS and exploited for the
216 * upcall request types.
217 * NOTE: Please retain them as multiples of 8 even if you wish to change them

--- 230 unchanged lines hidden ---