Home
last modified time | relevance | path

Searched refs:im_name (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/nfs/
Didmap.c504 memcpy(im->im_name, name, namelen); in nfs_idmap_id()
588 if ((len = strnlen(im->im_name, IDMAP_NAMESZ)) == 0) in nfs_idmap_name()
590 memcpy(name, im->im_name, len); in nfs_idmap_name()
651 namelen_in = strnlen(im_in.im_name, IDMAP_NAMESZ); in idmap_pipe_downcall()
673 memcpy(im->im_name, im_in.im_name, namelen_in); in idmap_pipe_downcall()
674 im->im_name[namelen_in] = '\0'; in idmap_pipe_downcall()
683 && strnlen(im->im_name, IDMAP_NAMESZ) == namelen_in in idmap_pipe_downcall()
684 && memcmp(im->im_name, im_in.im_name, namelen_in) == 0) { in idmap_pipe_downcall()
688 he = idmap_alloc_name(h, im_in.im_name, namelen_in); in idmap_pipe_downcall()
696 idmap_update_entry(he, im_in.im_name, namelen_in, im_in.im_id); in idmap_pipe_downcall()
/linux-2.6.39/include/linux/
Dnfs_idmap.h59 char im_name[IDMAP_NAMESZ]; member
/linux-2.6.39/include/linux/mtd/
Dcfi.h294 const char *im_name; /* inter_module name for cmdset_setup */ member