Home
last modified time | relevance | path

Searched refs:im (Results 1 – 2 of 2) sorted by relevance

/fs/nfs/
Didmap.c623 struct idmap_msg *im, in nfs_idmap_prepare_message() argument
629 im->im_type = IDMAP_TYPE_GROUP; in nfs_idmap_prepare_message()
634 im->im_type = IDMAP_TYPE_USER; in nfs_idmap_prepare_message()
636 im->im_conv = IDMAP_CONV_NAMETOID; in nfs_idmap_prepare_message()
637 ret = match_strlcpy(im->im_name, &substr, IDMAP_NAMESZ); in nfs_idmap_prepare_message()
641 im->im_type = IDMAP_TYPE_USER; in nfs_idmap_prepare_message()
643 im->im_conv = IDMAP_CONV_IDTONAME; in nfs_idmap_prepare_message()
644 ret = match_int(&substr, &im->im_id); in nfs_idmap_prepare_message()
652 msg->data = im; in nfs_idmap_prepare_message()
694 struct idmap_msg *im; in nfs_idmap_legacy_upcall() local
[all …]
/fs/ceph/
Dcaps.c2731 struct inode *inode, struct ceph_mds_caps *im, in handle_cap_import() argument
2737 unsigned issued = le32_to_cpu(im->caps); in handle_cap_import()
2738 unsigned wanted = le32_to_cpu(im->wanted); in handle_cap_import()
2739 unsigned seq = le32_to_cpu(im->seq); in handle_cap_import()
2740 unsigned mseq = le32_to_cpu(im->migrate_seq); in handle_cap_import()
2741 u64 realmino = le64_to_cpu(im->realm); in handle_cap_import()
2742 u64 cap_id = le64_to_cpu(im->cap_id); in handle_cap_import()