Lines Matching refs:mjr
596 __u64 mjr; /* major */ in cifs_sfu_type() local
598 mjr = le64_to_cpu(*(__le64 *)(pbuf+8)); in cifs_sfu_type()
600 fattr->cf_rdev = MKDEV(mjr, mnr); in cifs_sfu_type()
607 __u32 mjr; /* major */ in cifs_sfu_type() local
609 mjr = le32_to_cpu(*(__le32 *)(pbuf+8)); in cifs_sfu_type()
611 fattr->cf_rdev = MKDEV(mjr, mnr); in cifs_sfu_type()
619 __u64 mjr; /* major */ in cifs_sfu_type() local
621 mjr = le64_to_cpu(*(__le64 *)(pbuf+8)); in cifs_sfu_type()
623 fattr->cf_rdev = MKDEV(mjr, mnr); in cifs_sfu_type()
630 __u32 mjr; /* major */ in cifs_sfu_type() local
632 mjr = le32_to_cpu(*(__le32 *)(pbuf+8)); in cifs_sfu_type()
634 fattr->cf_rdev = MKDEV(mjr, mnr); in cifs_sfu_type()