Searched refs:dsl (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_symlink_remote.c | 47 struct xfs_dsymlink_hdr *dsl = bp->b_addr; in xfs_symlink_hdr_set() local 52 memset(dsl, 0, sizeof(struct xfs_dsymlink_hdr)); in xfs_symlink_hdr_set() 53 dsl->sl_magic = cpu_to_be32(XFS_SYMLINK_MAGIC); in xfs_symlink_hdr_set() 54 dsl->sl_offset = cpu_to_be32(offset); in xfs_symlink_hdr_set() 55 dsl->sl_bytes = cpu_to_be32(size); in xfs_symlink_hdr_set() 56 uuid_copy(&dsl->sl_uuid, &mp->m_sb.sb_meta_uuid); in xfs_symlink_hdr_set() 57 dsl->sl_owner = cpu_to_be64(ino); in xfs_symlink_hdr_set() 58 dsl->sl_blkno = cpu_to_be64(bp->b_bn); in xfs_symlink_hdr_set() 76 struct xfs_dsymlink_hdr *dsl = bp->b_addr; in xfs_symlink_hdr_ok() local 78 if (offset != be32_to_cpu(dsl->sl_offset)) in xfs_symlink_hdr_ok() [all …]
|
/linux-4.19.296/drivers/gpio/ |
D | gpio-stp-xway.c | 86 u8 dsl; /* the 2 LSBs can be driven by the dsl core */ member 184 chip->dsl << XWAY_STP_ADSL_SHIFT, in xway_stp_hw_init() 198 chip->reserved = (chip->phy2 << 5) | (chip->phy1 << 2) | chip->dsl; in xway_stp_hw_init() 214 u32 shadow, groups, dsl, phy; in xway_stp_probe() local 249 if (!of_property_read_u32(pdev->dev.of_node, "lantiq,dsl", &dsl)) in xway_stp_probe() 250 chip->dsl = dsl & XWAY_STP_ADSL_MASK; in xway_stp_probe()
|
D | Kconfig | 472 Some of the gpios/leds can be auto updated by the soc with dsl and
|