Home
last modified time | relevance | path

Searched refs:gdd (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/mcb/
H A Dmcb-parse.c35 struct chameleon_gdd __iomem *gdd = in chameleon_parse_gdd() local
49 reg1 = readl(&gdd->reg1); in chameleon_parse_gdd()
50 reg2 = readl(&gdd->reg2); in chameleon_parse_gdd()
51 offset = readl(&gdd->offset); in chameleon_parse_gdd()
52 size = readl(&gdd->size); in chameleon_parse_gdd()
/linux/Documentation/devicetree/bindings/hsi/
H A Domap-ssi.txt10 - reg-names: Contains the values "sys" and "gdd" (in this order).
58 "gdd";
/linux/drivers/hsi/controllers/
H A Domap_ssi.h140 void __iomem *gdd; member
/linux/fs/nfsd/
H A Dnfs4xdr.c1896 struct nfsd4_get_dir_delegation *gdd = &u->get_dir_delegation; in nfsd4_decode_get_dir_delegation() local
1899 memset(gdd, 0, sizeof(*gdd)); in nfsd4_decode_get_dir_delegation()
1901 if (xdr_stream_decode_bool(argp->xdr, &gdd->gdda_signal_deleg_avail) < 0) in nfsd4_decode_get_dir_delegation()
1903 status = nfsd4_decode_bitmap4(argp, gdd->gdda_notification_types, in nfsd4_decode_get_dir_delegation()
1904 ARRAY_SIZE(gdd->gdda_notification_types)); in nfsd4_decode_get_dir_delegation()
1907 status = nfsd4_decode_nfstime4(argp, &gdd->gdda_child_attr_delay); in nfsd4_decode_get_dir_delegation()
1910 status = nfsd4_decode_nfstime4(argp, &gdd->gdda_dir_attr_delay); in nfsd4_decode_get_dir_delegation()
1913 status = nfsd4_decode_bitmap4(argp, gdd->gdda_child_attributes, in nfsd4_decode_get_dir_delegation()
1914 ARRAY_SIZE(gdd->gdda_child_attributes)); in nfsd4_decode_get_dir_delegation()
1917 return nfsd4_decode_bitmap4(argp, gdd->gdda_dir_attributes, in nfsd4_decode_get_dir_delegation()
[all …]
H A Dnfs4proc.c2651 struct nfsd4_get_dir_delegation *gdd = &u->get_dir_delegation; in nfsd4_get_dir_delegation() local
2652 u32 requested = gdd->gdda_notification_types[0]; in nfsd4_get_dir_delegation()
2674 gdd->gddr_notification[0] = requested & SUPPORTED_NOTIFY_MASK; in nfsd4_get_dir_delegation()
2688 dd = nfsd_get_dir_deleg(cstate, gdd, nf); in nfsd4_get_dir_delegation()
2691 gdd->gddrnf_status = GDD4_UNAVAIL; in nfsd4_get_dir_delegation()
2695 gdd->gddrnf_status = GDD4_OK; in nfsd4_get_dir_delegation()
2696 memcpy(&gdd->gddr_stateid, &dd->dl_stid.sc_stateid, sizeof(gdd->gddr_stateid)); in nfsd4_get_dir_delegation()
2697 gdd->gddr_child_attributes[0] = dd->dl_child_attrs[0]; in nfsd4_get_dir_delegation()
2698 gdd->gddr_child_attributes[1] = dd->dl_child_attrs[1]; in nfsd4_get_dir_delegation()
2699 gdd->gddr_dir_attributes[0] = dd->dl_dir_attrs[0]; in nfsd4_get_dir_delegation()
[all …]
H A Dstate.h989 struct nfsd4_get_dir_delegation *gdd,
H A Dnfs4state.c10244 struct nfsd4_get_dir_delegation *gdd, in nfsd_get_dir_deleg() argument
10305 dp->dl_notify_mask = gdd->gddr_notification[0]; in nfsd_get_dir_deleg()
10306 dp->dl_child_attrs[0] = gdd->gdda_child_attributes[0] & GDD_WORD0_CHILD_ATTRS; in nfsd_get_dir_deleg()
10307 dp->dl_child_attrs[1] = gdd->gdda_child_attributes[1] & GDD_WORD1_CHILD_ATTRS; in nfsd_get_dir_deleg()
10308 dp->dl_dir_attrs[0] = gdd->gdda_dir_attributes[0] & GDD_WORD0_DIR_ATTRS; in nfsd_get_dir_deleg()
10309 dp->dl_dir_attrs[1] = gdd->gdda_dir_attributes[1] & GDD_WORD1_DIR_ATTRS; in nfsd_get_dir_deleg()