Searched refs:ndr (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/ksmbd/ |
D | ndr.h | 7 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);
|
D | ndr.c | 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() [all …]
|
D | Makefile | 7 ksmbd-y := unicode.o auth.o vfs.o vfs_cache.o server.o ndr.o \
|
D | vfs.c | 1436 struct ndr sd_ndr = {0}, acl_ndr = {0}; in ksmbd_vfs_set_sd_xattr() 1510 struct ndr n; in ksmbd_vfs_get_sd_xattr() 1512 struct ndr acl_ndr = {0}; in ksmbd_vfs_get_sd_xattr() 1583 struct ndr n; in ksmbd_vfs_set_dos_attrib_xattr() 1603 struct ndr n; in ksmbd_vfs_get_dos_attrib_xattr()
|