Lines Matching defs:n

12 static inline char *ndr_get_field(struct ndr *n)  in ndr_get_field()
17 static int try_to_realloc_ndr_blob(struct ndr *n, size_t sz) in try_to_realloc_ndr_blob()
31 static int ndr_write_int16(struct ndr *n, __u16 value) in ndr_write_int16()
46 static int ndr_write_int32(struct ndr *n, __u32 value) in ndr_write_int32()
61 static int ndr_write_int64(struct ndr *n, __u64 value) in ndr_write_int64()
76 static int ndr_write_bytes(struct ndr *n, void *value, size_t sz) in ndr_write_bytes()
91 static int ndr_write_string(struct ndr *n, char *value) in ndr_write_string()
110 static int ndr_read_string(struct ndr *n, void *value, size_t sz) in ndr_read_string()
126 static int ndr_read_bytes(struct ndr *n, void *value, size_t sz) in ndr_read_bytes()
137 static int ndr_read_int16(struct ndr *n, __u16 *value) in ndr_read_int16()
148 static int ndr_read_int32(struct ndr *n, __u32 *value) in ndr_read_int32()
159 static int ndr_read_int64(struct ndr *n, __u64 *value) in ndr_read_int64()
170 int ndr_encode_dos_attr(struct ndr *n, struct xattr_dos_attrib *da) in ndr_encode_dos_attr()
229 int ndr_decode_dos_attr(struct ndr *n, struct xattr_dos_attrib *da) in ndr_decode_dos_attr()
296 static int ndr_encode_posix_acl_entry(struct ndr *n, struct xattr_smb_acl *acl) in ndr_encode_posix_acl_entry()
340 int ndr_encode_posix_acl(struct ndr *n, in ndr_encode_posix_acl()
397 int ndr_encode_v4_ntacl(struct ndr *n, struct xattr_ntacl *acl) in ndr_encode_v4_ntacl()
450 int ndr_decode_v4_ntacl(struct ndr *n, struct xattr_ntacl *acl) in ndr_decode_v4_ntacl()