Home
last modified time | relevance | path

Searched refs:ndr (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ksmbd/
A Dndr.h7 struct ndr { struct
15 int ndr_encode_dos_attr(struct ndr *n, struct xattr_dos_attrib *da); argument
16 int ndr_decode_dos_attr(struct ndr *n, struct xattr_dos_attrib *da);
17 int ndr_encode_posix_acl(struct ndr *n, struct user_namespace *user_ns,
20 int ndr_encode_v4_ntacl(struct ndr *n, struct xattr_ntacl *acl);
21 int ndr_encode_v3_ntacl(struct ndr *n, struct xattr_ntacl *acl);
22 int ndr_decode_v4_ntacl(struct ndr *n, struct xattr_ntacl *acl);
A Dndr.c12 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()
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()
[all …]
A DMakefile7 ksmbd-y := unicode.o auth.o vfs.o vfs_cache.o server.o ndr.o \
A Dvfs.c1428 struct ndr sd_ndr = {0}, acl_ndr = {0}; in ksmbd_vfs_set_sd_xattr()
1502 struct ndr n; in ksmbd_vfs_get_sd_xattr()
1504 struct ndr acl_ndr = {0}; in ksmbd_vfs_get_sd_xattr()
1570 struct ndr n; in ksmbd_vfs_set_dos_attrib_xattr()
1590 struct ndr n; in ksmbd_vfs_get_dos_attrib_xattr()

Completed in 13 milliseconds