ld_type          1429 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 	gather->ld_type = NIC_SEND_LD_TYPE_E_LDD;
ld_type           469 drivers/net/ethernet/cavium/thunder/q_struct.h 	u64    ld_type:2;
ld_type           478 drivers/net/ethernet/cavium/thunder/q_struct.h 	u64    ld_type:2;
ld_type           595 fs/gfs2/lops.c static struct page *gfs2_get_log_desc(struct gfs2_sbd *sdp, u32 ld_type,
ld_type           604 fs/gfs2/lops.c 	ld->ld_type = cpu_to_be32(ld_type);
ld_type           760 fs/gfs2/lops.c 	if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_METADATA)
ld_type           933 fs/gfs2/lops.c 	if (pass != 0 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_REVOKE)
ld_type          1014 fs/gfs2/lops.c 	if (pass != 1 || be32_to_cpu(ld->ld_type) != GFS2_LOG_DESC_JDATA)
ld_type           152 fs/nfs/pnfs.c  	struct pnfs_layoutdriver_type *ld_type = NULL;
ld_type           170 fs/nfs/pnfs.c  		ld_type = find_pnfs_driver(id);
ld_type           171 fs/nfs/pnfs.c  		if (!ld_type) {
ld_type           174 fs/nfs/pnfs.c  			ld_type = find_pnfs_driver(id);
ld_type           176 fs/nfs/pnfs.c  		if (ld_type)
ld_type           180 fs/nfs/pnfs.c  	if (!ld_type) {
ld_type           185 fs/nfs/pnfs.c  	server->pnfs_curr_ld = ld_type;
ld_type           186 fs/nfs/pnfs.c  	if (ld_type->set_layoutdriver
ld_type           187 fs/nfs/pnfs.c  	    && ld_type->set_layoutdriver(server, mntfh)) {
ld_type           190 fs/nfs/pnfs.c  		module_put(ld_type->owner);
ld_type           205 fs/nfs/pnfs.c  pnfs_register_layoutdriver(struct pnfs_layoutdriver_type *ld_type)
ld_type           210 fs/nfs/pnfs.c  	if (ld_type->id == 0) {
ld_type           214 fs/nfs/pnfs.c  	if (!ld_type->alloc_lseg || !ld_type->free_lseg) {
ld_type           221 fs/nfs/pnfs.c  	tmp = find_pnfs_driver_locked(ld_type->id);
ld_type           223 fs/nfs/pnfs.c  		list_add(&ld_type->pnfs_tblid, &pnfs_modules_tbl);
ld_type           225 fs/nfs/pnfs.c  		dprintk("%s Registering id:%u name:%s\n", __func__, ld_type->id,
ld_type           226 fs/nfs/pnfs.c  			ld_type->name);
ld_type           229 fs/nfs/pnfs.c  			__func__, ld_type->id);
ld_type           238 fs/nfs/pnfs.c  pnfs_unregister_layoutdriver(struct pnfs_layoutdriver_type *ld_type)
ld_type           240 fs/nfs/pnfs.c  	dprintk("%s Deregistering id:%u\n", __func__, ld_type->id);
ld_type           242 fs/nfs/pnfs.c  	list_del(&ld_type->pnfs_tblid);
ld_type          6165 fs/nfsd/nfs4state.c 	deny->ld_type = NFS4_READ_LT;
ld_type          6167 fs/nfsd/nfs4state.c 		deny->ld_type = NFS4_WRITE_LT;
ld_type          3288 fs/nfsd/nfs4xdr.c 	*p++ = cpu_to_be32(ld->ld_type);
ld_type           153 fs/nfsd/xdr4.h 	u32             ld_type;
ld_type           480 include/uapi/linux/gfs2_ondisk.h 	__be32 ld_type;		/* GFS2_LOG_DESC_... */