• Home
  • Raw
  • Download

Lines Matching refs:size_t

155 int nfs_map_string_to_numeric(const char *name, size_t namelen, __u32 *res)  in nfs_map_string_to_numeric()
171 static int nfs_map_numeric_to_string(__u32 id, char *buf, size_t buflen) in nfs_map_numeric_to_string()
248 static ssize_t nfs_idmap_get_desc(const char *name, size_t namelen, in nfs_idmap_get_desc()
249 const char *type, size_t typelen, char **desc) in nfs_idmap_get_desc()
252 size_t desclen = typelen + namelen + 2; in nfs_idmap_get_desc()
269 static struct key *nfs_idmap_request_key(const char *name, size_t namelen, in nfs_idmap_request_key()
294 static ssize_t nfs_idmap_get_key(const char *name, size_t namelen, in nfs_idmap_get_key()
296 size_t data_size, struct idmap *idmap) in nfs_idmap_get_key()
340 size_t buflen, struct idmap *idmap) in nfs_idmap_lookup_name()
354 static int nfs_idmap_lookup_id(const char *name, size_t namelen, const char *type, in nfs_idmap_lookup_id()
388 size_t);
606 static int nfs_idmap_instantiate(struct key *key, struct key *authkey, char *data, size_t datalen) in nfs_idmap_instantiate()
618 size_t len; in nfs_idmap_read_and_verify_message()
646 idmap_pipe_downcall(struct file *filp, const char __user *src, size_t mlen) in idmap_pipe_downcall()
652 size_t namelen_in; in idmap_pipe_downcall()
720 int nfs_map_name_to_uid(const struct nfs_server *server, const char *name, size_t namelen, kuid_t *… in nfs_map_name_to_uid()
737 int nfs_map_group_to_gid(const struct nfs_server *server, const char *name, size_t namelen, kgid_t … in nfs_map_group_to_gid()
754 int nfs_map_uid_to_name(const struct nfs_server *server, kuid_t uid, char *buf, size_t buflen) in nfs_map_uid_to_name()
768 int nfs_map_gid_to_group(const struct nfs_server *server, kgid_t gid, char *buf, size_t buflen) in nfs_map_gid_to_group()