~ubuntu-branches/ubuntu/quantal/linux-lowlatency/quantal

« back to all changes in this revision

Viewing changes to include/linux/nfs_xdr.h

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
602
602
        size_t                          acl_len;
603
603
        unsigned int                    acl_pgbase;
604
604
        struct page **                  acl_pages;
 
605
        struct page *                   acl_scratch;
605
606
        struct nfs4_sequence_args       seq_args;
606
607
};
607
608
 
 
609
/* getxattr ACL interface flags */
 
610
#define NFS4_ACL_LEN_REQUEST    0x0001  /* zero length getxattr buffer */
608
611
struct nfs_getaclres {
609
612
        size_t                          acl_len;
 
613
        size_t                          acl_data_offset;
 
614
        int                             acl_flags;
610
615
        struct nfs4_sequence_res        seq_res;
611
616
};
612
617